forked from xiangzhou09/hIRT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 999 Bytes
/
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
Package: hIRT
Type: Package
Title: Hierarchical Item Response Theory Models
Version: 0.3.1
Authors@R: person("Xiang", "Zhou", email = "[email protected]",
role = c("aut", "cre"))
Description: Implementation of a class of hierarchical item response
theory (IRT) models where both the mean and the variance of latent preferences
(ability parameters) may depend on observed covariates. The current
implementation includes both the two-parameter latent trait model for binary data and the
graded response model for ordinal data. Both are fitted via the Expectation-Maximization (EM)
algorithm. Asymptotic standard errors are derived from the observed information
matrix.
Depends:
R (>= 3.4.0),
stats
Imports:
pryr (>= 0.1.2),
rms (>= 5.1-1),
ltm (>= 1.1-1),
Matrix (>= 1.2-10)
Suggests:
ggplot2
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
URL: http://github.com/xiangzhou09/hIRT
BugReports: http://github.com/xiangzhou09/hIRT