-
Notifications
You must be signed in to change notification settings - Fork 78
/
DESCRIPTION
72 lines (72 loc) · 2.45 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
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
69
70
71
72
Package: mirt
Version: 1.43
Type: Package
Title: Multidimensional Item Response Theory
Authors@R: c( person("Phil", family="Chalmers", email =
"[email protected]", role = c("aut", "cre"),
comment = c(ORCID="0000-0001-5332-2810")),
person("Joshua", family="Pritikin", role=c('ctb')),
person("Alexander", family="Robitzsch", role=c('ctb')),
person("Mateusz", family="Zoltak", role=c('ctb')),
person("KwonHyun", family="Kim", role=c('ctb')),
person("Carl F.", family="Falk", role=c('ctb')),
person("Adam", family="Meade", role=c('ctb')),
person("Lennart", family="Schneider", role=c('ctb')),
person("David", family="King", role=c('ctb')),
person("Chen-Wei", family="Liu", role=c('ctb')),
person("Ogreden", family="Oguzhan", role=c('ctb')))
Description: Analysis of discrete response data using
unidimensional and multidimensional item analysis models under the Item
Response Theory paradigm (Chalmers (2012) <doi:10.18637/jss.v048.i06>).
Exploratory and confirmatory item factor analysis models
are estimated with quadrature (EM) or stochastic (MHRM) methods. Confirmatory
bi-factor and two-tier models are available for modeling item testlets using
dimension reduction EM algorithms, while multiple group analyses and
mixed effects designs are included for detecting differential item, bundle,
and test functioning, and for modeling item and person covariates.
Finally, latent class models such as the DINA, DINO, multidimensional latent class,
mixture IRT models, and zero-inflated response models are supported.
VignetteBuilder: knitr
Depends:
stats,
R (>= 3.6.0),
stats4,
lattice,
methods
Imports:
GPArotation,
gridExtra,
Matrix (>= 1.5-0),
Rcpp,
mgcv,
vegan,
Deriv,
splines,
pbapply (>= 1.3-0),
dcurver,
SimDesign
Suggests:
boot,
latticeExtra,
directlabels,
shiny,
knitr,
markdown,
Rsolnp,
nloptr,
sirt,
plink,
mirtCAT,
testthat (>= 3.0.0)
ByteCompile: yes
LazyLoad: yes
LazyData: yes
LinkingTo: Rcpp, RcppArmadillo
License: GPL (>= 3)
Encoding: UTF-8
Repository: CRAN
Maintainer: Phil Chalmers <[email protected]>
URL: https://philchalmers.github.io/mirt/, https://github.com/philchalmers/mirt/wiki, https://groups.google.com/forum/#!forum/mirt-package
BugReports: https://github.com/philchalmers/mirt/issues?state=open
RoxygenNote: 7.3.2
Config/testthat/edition: 3