forked from manuelreif/PP
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
49 lines (49 loc) · 1.49 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
Package: PP
Type: Package
Title: Person Parameter Estimation
Version: 0.6.3-11
Date: 2021-05-22
Authors@R: c(
person(given = "Jan",
family = "Steinfeld",
email = "jan.d.steinfeld@gmail.com",
role = c("cre","aut"),
comment = c(ORCID = "0000-0001-9853-8260")
),
person(given = "Manuel",
family = "Reif",
email = "manuel.reif@gmail.com",
role = c("aut")
)
)
Author: Jan Steinfeld [cre, aut] (<https://orcid.org/0000-0001-9853-8260>),
Manuel Reif [aut]
Maintainer: Jan Steinfeld <jan.d.steinfeld@gmail.com>
Description: The PP package includes estimation of (MLE, WLE, MAP, EAP, ROBUST)
person parameters for the 1,2,3,4-PL model and the GPCM (generalized
partial credit model). The parameters are estimated under the assumption
that the item parameters are known and fixed. The package is useful e.g. in
the case that items from an item pool / item bank with known item parameters
are administered to a new population of test-takers and an ability
estimation for every test-taker is needed.
URL: https://github.com/jansteinfeld/PP
BugReports: https://github.com/jansteinfeld/PP/issues
License: GPL-3
LazyLoad: yes
LazyData: true
VignetteBuilder: knitr
Depends: R (>= 3.0)
Encoding: UTF-8
Suggests:
testthat,
roxygen2,
knitr,
eRm,
data.table,
prettydoc,
rmarkdown
Imports:
Rcpp (>= 0.11.2)
LinkingTo: Rcpp
RoxygenNote: 7.1.1
NeedsCompilation: yes