-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.29 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
45
46
47
48
49
50
51
52
Package: mrpkit
Type: Package
Title: Multilevel Regression with Post-Stratification
Version: 0.1.0
Authors@R: c(
person(given = "Lauren",
family = "Kennedy",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Jonah",
family = "Gabry",
role = c("aut"),
email = "[email protected]"),
person(given = "Dewi",
family = "Amaliah",
role = c("aut")),
person(given = "Rohan",
family = "Alexander",
role = c("aut"),
email = "[email protected]"),
person(given = "Mitzi",
family = "Morris",
role = c("ctb"))
)
Description: Conducts multilevel regression with post-stratification (MRP) in an
opinionated and specific way. Users specify two datasets (sample and population),
establish a correspondence between them, and then conduct analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
dplyr,
forcats,
ggplot2,
survey,
R6,
tidyr
Suggests:
brms,
covr,
knitr,
lme4,
merTools,
rmarkdown,
rstanarm (>= 2.21.0),
testthat,
vdiffr
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)
VignetteBuilder: knitr