-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
67 lines (67 loc) · 1.94 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: dgo
Title: Dynamic Estimation of Group-Level Opinion
Version: 0.2.15
Date: 2018-07-16
Description: Fit dynamic group-level item response theory (IRT) and multilevel
regression and poststratification (MRP) models from item response data. dgo
models latent traits at the level of demographic and geographic groups,
rather than individuals, in a Bayesian group-level IRT approach developed by
Caughey and Warshaw (2015) <doi:10.1093/pan/mpu021>. The package also
estimates subpopulations' average responses to single survey items with a
dynamic MRP model proposed by Park, Gelman, and Bafumi (2004)
<doi:10.11126/stanford/9780804753005.003.0011>.
Maintainer: James Dunham <[email protected]>
Authors@R: c(
person("James", "Dunham", email = "[email protected]", role = c("aut", "cre")),
person("Devin", "Caughey", email = "[email protected]", role = c("aut")),
person("Christopher", "Warshaw", email = "[email protected]", role = c("aut"))
)
License: GPL-3
URL: https://jdunham.io/dgo/
BugReports: https://github.com/jamesdunham/dgo/issues
Depends:
dgodata,
R (>= 3.2.2),
rstan (>= 2.15.1)
LazyData: true
Imports:
assertthat,
data.table,
ggplot2,
lubridate,
methods,
R6,
survey
Suggests:
knitr,
reshape2,
rmarkdown,
testthat
Collate:
'aggregate_item_responses.r'
'assertions.r'
'class-control.r'
'class-dgo_fit.r'
'class-dgirt_fit.r'
'constants.r'
'class-dgirtin.r'
'class-dgmrp_fit.r'
'dgirt.r'
'dichotomize_item_responses.r'
'methods-control.r'
'methods-dgirtfit-plot.r'
'methods-dgirtfit-poststratify.r'
'methods-dgirtfit.r'
'methods-dgirtin.r'
'name_helpers.r'
'package.R'
'rake_partial.r'
'restrict_input_data.r'
'reweight_item_responses.r'
'shape.r'
'shape_hierarchical.r'
'toy_dgirt_in.r'
'toy_dgirtfit.r'
'validate_dgirtIn.r'
'validate_input_data.r'
RoxygenNote: 6.0.1