Package: hmi
Type: Package
Title: Hierarchical Multiple Imputation
Version: 1.0.0
Authors@R: c(
    person("Matthias", "Speidel", , "matthias.speidel@googlemail.com", role = c("aut", "cre"),
    comment = "Munich, Germany"),
    person("Joerg", "Drechsler", role = "aut",
    comment = "Institute for Employment Research, Nuremberg, Germany"),
    person("Shahab", "Jolani", role = "aut",
    comment = "Maastricht University, Maastricht, The Netherlands"))
Maintainer: Matthias Speidel <matthias.speidel@googlemail.com>
Description: Runs single level and multilevel imputation models as described in Speidel, Drechsler and Jolani (2020) <doi:10.18637/jss.v095.i09>. The user just has to pass the data to the main function and, optionally, his analysis model. Basically the package then translates this analysis model into commands to impute the data according to it with functions from 'mice', 'MCMCglmm' or routines build for this package.
BugReports: https://github.com/matthiasspeidel/hmi/issues
Imports: boot (>= 1.3-20), broom.mixed (>= 0.2.6), coda (>= 0.19-1),
        graphics (>= 3.0.0), linLIR (>= 1.1), lme4 (>= 1.1-15), MASS
        (>= 7.3-49), Matrix (>= 1.2-12), MCMCglmm (>= 2.25), mice (>=
        3.5.0), msm (>= 1.6.6), mvtnorm (>= 1.0-7), nlme (>=
        3.1-131.1), nnet (>= 7.3-12), ordinal (>= 2015.6-28), pbivnorm
        (>= 0.6.0), rlang (>= 0.3.0.1), stats (>= 3.0.0), tmvtnorm (>=
        1.4-10), utils,
Suggests: knitr, rmarkdown, testthat
Depends: R (>= 3.4.0)
License: GPL-3
LazyData: TRUE
Encoding: UTF-8
RoxygenNote: 7.1.0
VignetteBuilder: knitr
URL: https://github.com/matthiasspeidel/hmi
NeedsCompilation: no
Packaged: 2020-10-01 17:51:49 UTC; Matthias
Author: Matthias Speidel [aut, cre] (Munich, Germany),
  Joerg Drechsler [aut] (Institute for Employment Research, Nuremberg,
    Germany),
  Shahab Jolani [aut] (Maastricht University, Maastricht, The
    Netherlands)
Repository: CRAN
Date/Publication: 2020-10-01 23:20:02 UTC
Built: R 4.0.2; ; 2020-10-02 10:58:45 UTC; unix
