-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.23 KB
/
DESCRIPTION
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
Package: glca
Type: Package
Title: An R Package for Multiple-Group Latent Class Analysis
Version: 1.4.2
Authors@R: c(
person(given = "Youngsun",
family = "Kim",
role = c("aut", "cre"),
email = "yskstat@gmail.com"),
person(given = "Hwan",
family = "Chung",
role = c("aut"),
email = "hwanch@korea.ac.kr")
)
Author: Youngsun Kim [aut, cre],
Hwan Chung [aut]
Maintainer: Youngsun Kim <yskstat@gmail.com>
Description: Fits multiple-group latent class analysis (LCA) for exploring
differences between populations in the data with a multilevel structure.
There are two approaches to reflect group differences in glca:
fixed-effect LCA (Bandeen-Roche et al (1997) <doi:10.1080/01621459.1997.10473658>;
Clogg and Goodman (1985) <doi:10.2307/270847>) and nonparametric random-effect LCA
(Vermunt (2003) <doi:10.1111/j.0081-1750.2003.t01-1-00131.x>).
License: GPL-3
BugReports: https://github.com/kim0sun/glca/issues/
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
RoxygenNote: 7.3.1
Imports:
MASS,
Rcpp,
graphics,
grDevices
LinkingTo:
Rcpp
URL: https://kim0sun.github.io/glca/
Suggests:
knitr,
rmarkdown,
bookdown
VignetteBuilder: knitr