Package: dgo
Title: Dynamic Estimation of Group-Level Opinion
Version: 0.2.14
Date: 2017-12-20
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 <james@jdunham.io>
Authors@R: c(
    person("James", "Dunham", email = "james@jdunham.io", role = c("aut", "cre")),
    person("Devin", "Caughey", email = "caughey@mit.edu", role = c("aut")),
    person("Christopher", "Warshaw", email = "cwarshaw@mit.edu", 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, 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
NeedsCompilation: no
Packaged: 2017-12-21 14:56:17 UTC; james
Author: James Dunham [aut, cre],
  Devin Caughey [aut],
  Christopher Warshaw [aut]
Repository: CRAN
Date/Publication: 2017-12-22 18:49:48 UTC
