Type: Package
Package: tidyLPA
Title: Easily Carry Out Latent Profile Analysis (LPA) Using Open-Source
        or Commercial Software
Version: 1.1.0
Authors@R: 
    c(person(given = c("Joshua", "M"),
             family = "Rosenberg",
             role = c("aut", "cre"),
             email = "jmrosenberg@utk.edu"),
      person(given = "Caspar",
             family = "van Lissa",
             role = "aut",
             email = "c.j.vanlissa@uu.nl"),
      person(given = c("Jennifer", "A"),
             family = "Schmidt",
             role = "ctb",
             email = "jaschmid@msu.edu"),
      person(given = c("Patrick", "N"),
             family = "Beymer",
             role = "ctb",
             email = "beymerpa@msu.edu"),
      person(given = "Daniel",
             family = "Anderson",
             role = "ctb",
             email = "daniela@uoregon.edu"),
      person(given = c("Matthew", "J."),
             family = "Schell",
             role = "ctb",
             email = "schellma@msu.edu"))
Maintainer: Joshua M Rosenberg <jmrosenberg@utk.edu>
Description: An interface to the 'mclust' package to easily
    carry out latent profile analysis ("LPA"). Provides functionality to
    estimate commonly-specified models. Follows a tidy approach, in that
    output is in the form of a data frame that can subsequently be
    computed on. Also has functions to interface to the commercial 'MPlus'
    software via the 'MplusAutomation' package.
License: MIT + file LICENSE
URL: https://data-edu.github.io/tidyLPA/
BugReports: https://github.com/data-edu/tidyLPA/issues
Depends: R (>= 2.10)
Imports: dplyr, ggplot2, gtable, grid, mclust, methods, mix,
        MplusAutomation, tibble
Suggests: knitr, lme4, missForest, parallel, pillar, rmarkdown,
        testthat
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-11-17 00:10:32 UTC; joshuarosenberg
Author: Joshua M Rosenberg [aut, cre],
  Caspar van Lissa [aut],
  Jennifer A Schmidt [ctb],
  Patrick N Beymer [ctb],
  Daniel Anderson [ctb],
  Matthew J. Schell [ctb]
Repository: CRAN
Date/Publication: 2021-11-17 11:40:02 UTC
Built: R 4.5.2; ; 2025-11-01 02:56:50 UTC; windows
