-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathDESCRIPTION
More file actions
68 lines (68 loc) · 2.09 KB
/
DESCRIPTION
File metadata and controls
68 lines (68 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
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