Package: MplusAutomation
Type: Package
Title: Automating Mplus Model Estimation and Interpretation
Version: 0.7
Date: 2017-07-12
Authors@R: c(person("Michael", "Hallquist", role = c("aut", "cre"),
    email = "michael.hallquist@gmail.com"),
    person("Joshua", "Wiley", role = "aut",
    email = "jwiley.psych@gmail.com"))
Maintainer: Michael Hallquist <michael.hallquist@gmail.com>
Description: Leverages the R language to automate latent variable model estimation
	and interpretation using 'Mplus', a powerful latent variable modeling program
	developed by Muthen and Muthen (<http://www.statmodel.com>). Specifically, this package
    provides routines for creating related groups of models, running batches of
    models, and extracting and tabulating model parameters and fit statistics.
License: LGPL-3
URL: https://github.com/michaelhallquist/MplusAutomation
Depends: R (>= 2.15.0), methods
Imports: utils, boot, plyr, gsubfn, coda, xtable, lattice, texreg,
        pander, digest, parallel
Suggests: rhdf5, tcltk, relimp, testthat
LazyLoad: yes
LazyData: yes
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-07-14 13:32:35 UTC; michael
Author: Michael Hallquist [aut, cre],
  Joshua Wiley [aut]
Repository: CRAN
Date/Publication: 2017-07-14 14:40:42 UTC
