-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
39 lines (39 loc) · 1.8 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
Package: mirtjml
Type: Package
Title: Joint Maximum Likelihood Estimation for High-Dimensional Item Factor Analysis
Version: 1.4.0
Date: 2020-06-02
Authors@R: c(
person("Siliang", "Zhang", email = "zhangsiliang123@gmail.com", role = c("aut", "cre")),
person("Yunxiao", "Chen", role = "aut"),
person("Xiaoou", "Li", role = "aut")
)
Author: Siliang Zhang [aut, cre],
Yunxiao Chen [aut],
Xiaoou Li [aut]
Maintainer: Siliang Zhang <zhangsiliang123@gmail.com>
Description: Provides constrained joint maximum likelihood estimation
algorithms for item factor analysis (IFA) based on multidimensional item response theory
models. So far, we provide functions for exploratory and confirmatory IFA based on the
multidimensional two parameter logistic (M2PL) model for binary response data. Comparing
with traditional estimation methods for IFA, the methods implemented in this package scale
better to data with large numbers of respondents, items, and latent factors. The computation
is facilitated by multiprocessing 'OpenMP' API. For more information, please refer to:
1. Chen, Y., Li, X., & Zhang, S. (2018). Joint Maximum Likelihood Estimation for
High-Dimensional Exploratory Item Factor Analysis. Psychometrika, 1-23.
<doi:10.1007/s11336-018-9646-5>;
2. Chen, Y., Li, X., & Zhang, S. (2019). Structured Latent Factor Analysis for Large-scale Data:
Identifiability, Estimability, and Their Implications. Journal of the American Statistical
Association, <doi: 10.1080/01621459.2019.1635485>.
License: GPL-3
URL: https://github.com/slzhang-fd/mirtjml
BugReports: https://github.com/slzhang-fd/mirtjml/issues
LazyData: true
Depends: R (>= 3.1)
Imports:
Rcpp (>= 0.12.17),
stats,
GPArotation
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.1
Encoding: UTF-8