Type: Package
Package: tidyLPA
Title: Easily Carry Out Latent Profile Analysis (LPA) Using Open-Source
        or Commercial Software
Version: 2.0.2
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: Easily carry out latent profile analysis ("LPA"), determine the
    correct number of classes based on best practices, and tabulate and plot the
    results. Provides functionality to estimate commonly-specified models with
    free means, variances, and covariances for each profile. Follows a tidy
    approach, in that output is in the form of a data frame that can
    subsequently be computed on. Models can be estimated using the free open
    source 'R' packages 'Mclust' and 'OpenMx', or using the commercial program
    'MPlus', 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), tidySEM (>= 0.2.10)
Imports: dplyr, ggplot2 (>= 4.0.1), mclust, methods, MplusAutomation,
        tibble, rlang
Suggests: knitr, lme4, missForest, parallel, pillar, rmarkdown,
        testthat, OpenMx, mix
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-02-24 17:51:11 UTC; jrosenb8
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: 2026-02-25 06:30:08 UTC
Built: R 4.5.2; ; 2026-02-25 09:50:07 UTC; unix
