-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.95 KB
/
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
43
44
Package: dotwhisker
Type: Package
Title: Dot-and-Whisker Plots of Regression Results
Version: 0.8.3
Authors@R:
c(person("Frederick", "Solt", role = c("aut"), email = "frederick-solt@uiowa.edu"),
person("Yue", "Hu", role = c("aut", "cre"), email = "yuehu@tsinghua.edu.cn"),
person("Ben", "Bolker", role = "ctb", email = "bolker@mcmaster.ca"),
person("Os", "Keyes", role = "ctb", email = "ironholds@gmail.com"),
person("Stefan", "Müller", role = "ctb", email = "stefan.mueller@ucd.ie"),
person("Thomas", "Leeper", role = "ctb", email = "thosjleeper@gmail.com"),
person("Chris", "Wallace", role = "ctb", email = "cew54@cam.ac.uk"),
person("Christopher", "Warshaw", role = "ctb", email = "warshaw@email.gwu.edu"))
Maintainer: Yue Hu <yuehu@tsinghua.edu.cn>
Description: Create quick and easy dot-and-whisker plots of regression results. It takes as input either (1) a coefficient table in standard form or (2) one (or a list of) fitted model objects (of any type that has methods implemented in the 'parameters' package). It returns 'ggplot' objects that can be further customized using tools from the 'ggplot2' package. The package also includes helper functions for tasks such as rescaling coefficients or relabeling predictor variables. See more methodological discussion of the visualization and data management methods used in this package in Kastellec and Leoni (2007) <doi:10.1017/S1537592707072209> and Gelman (2008) <doi:10.1002/sim.3107>.
Encoding: UTF-8
URL: https://fsolt.org/dotwhisker/
BugReports: https://github.com/fsolt/dotwhisker/issues
Depends:
R (>= 3.2.0),
ggplot2 (>= 2.2.1),
Imports:
grid,
gtable,
gridExtra,
stats,
parameters,
performance,
patchwork,
dplyr,
stringr,
ggstance,
rlang,
purrr
Suggests:
ordinal,
tibble,
knitr,
rmarkdown,
broom
License: MIT + file LICENSE
LazyData: FALSE
VignetteBuilder: knitr
RoxygenNote: 7.3.2