forked from xluo11/xxIRT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (28 loc) · 1 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
Package: xxIRT
Type: Package
Title: Item Response Theory and Computer-Based Testing in R
Version: 2.1.1
Date: 2018-10-1
Authors@R: c(person("Xiao", "Luo", role=c("aut","cre"), email="xluo1986@gmail.com"))
Author: Xiao Luo [aut, cre]
Maintainer: Xiao Luo <xluo1986@gmail.com>
Description: A suite of practical psychometric analysis and research tools of item response
theory, including the 3-parameter-logistic model and the generalized partial
credit model as well as functions to perform: (1) parameter estimation, (2) automated
test assembly, (3) simulation of computerized adaptive testing (CAT), and (4) assembly and
simulation of multistage testing. More documentation at <https://github.com/xluo11/xxIRT>.
License: GPL (>= 3)
Depends:
R (>= 3.1.0)
URL: https://github.com/xluo11/xxIRT
BugReports: https://github.com/xluo11/xxIRT/issues
Imports:
ggplot2,
glpkAPI,
lpSolveAPI,
reshape2,
stats,
utils
RoxygenNote: 6.0.1
Suggests:
testthat