forked from jenniferthompson/ClusterBootMultinom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 974 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
Package: ClusterBootMultinom
Title: Multinomial Logistic Regression Using Clustered Bootstrapping
Version: 0.0.0.9000
Authors@R: c(person("Jennifer", "Thompson", email = "[email protected]",
role = c("aut", "cre")),
person("Rameela", "Chandrasekhar", email = "[email protected]",
role = c("aut")))
Description: Created to handle multinomial logistic regression for correlated
data using clustered bootstrapping. Functions to create bootstrapped data sets
from an original data frame; fit multinomial regression models to those data
sets using vglm(); and calculate and plot odds ratios, predicted probabilities,
95% confidence limits, and Wald p-values from resulting model estimates.
Depends:
R (>= 3.1.2)
License: GPL-3
LazyData: true
Imports:
aod (>= 1.3),
dplyr (>= 0.4.1),
Hmisc (>= 3.15.0),
ggplot2 (>= 1.0.1),
tidyr (>= 0.2.0),
VGAM (>= 0.9.7)
Suggests:
rms
RoxygenNote: 5.0.1