-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
42 lines (42 loc) · 962 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: coefplot
Type: Package
Title: Plots Coefficients from Fitted Models
Authors@R:
person(given = "Jared",
family = "Lander",
role = c("aut", "cre"),
email = "packages@jaredlander.com",
comment = c(ORCID = "0000-0002-7291-726X"))
Version: 1.2.8
Date: 2022-01-12
Maintainer: Jared P. Lander <packages@jaredlander.com>
Description: Plots the coefficients from model objects. This very quickly shows the user the point estimates and confidence intervals for fitted models.
License: BSD_3_clause + file LICENSE
LazyLoad: yes
Depends:
ggplot2 (>= 2.0.0)
Imports:
plyr,
reshape2,
useful,
stats,
dplyr (>= 0.6.0),
dygraphs,
tibble,
magrittr,
purrr,
plotly
ByteCompile: TRUE
Packaged: 2018-01-02 Jared
Suggests:
testthat (>= 2.0.0),
covr,
glmnet,
maxLik,
xgboost,
workflows,
parsnip,
knitr,
rmarkdown
Encoding: UTF-8
RoxygenNote: 7.1.2