-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
59 lines (59 loc) · 1.65 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
Package: thurstonianIRT
Encoding: UTF-8
Type: Package
Title: Thurstonian IRT Models
Version: 0.12.6
Date: 2024-04-29
Authors@R: c(person("Paul-Christian", "Bürkner",
email = "[email protected]",
role = c("aut", "cre")),
person("Angus", "Hughes", role = c("ctb")),
person("Trustees of Columbia University",
role = "cph"))
Description: Fit Thurstonian Item Response Theory (IRT) models in R. This
package supports fitting Thurstonian IRT models and its extensions using
'Stan', 'lavaan', or 'Mplus' for the model estimation. Functionality for
extracting results, making predictions, and simulating data is provided as
well. References:
Brown & Maydeu-Olivares (2011) <doi:10.1177/0013164410375112>;
Bürkner et al. (2019) <doi:10.1177/0013164419832063>.
License: GPL (>=3)
LazyData: true
ByteCompile: true
Depends:
R (>= 3.5.0),
Rcpp (>= 0.12.16),
methods
Imports:
dplyr (>= 0.6.0),
magrittr,
mvtnorm,
RcppParallel (>= 5.0.1),
rlang,
rstan (>= 2.26.0),
rstantools (>= 2.1.1),
stats,
tibble (>= 1.3.1),
tidyr,
lavaan (>= 0.6-1),
utils
Suggests:
MplusAutomation,
knitr,
testthat (>= 0.9.1),
rmarkdown
LinkingTo:
BH (>= 1.66.0-1),
Rcpp (>= 0.12.16),
RcppEigen (>= 0.3.3.4.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.26.0),
StanHeaders (>= 2.26.0)
VignetteBuilder:
knitr
SystemRequirements: GNU make
URL: https://github.com/paul-buerkner/thurstonianIRT
BugReports: https://github.com/paul-buerkner/thurstonianIRT/issues
NeedsCompilation: yes
RoxygenNote: 7.3.1
Biarch: true