-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.23 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: thirt
Title: Thurstonian FC-IRT Model
Version: 0.0.1
Authors@R:
c(person(given = "Linh",
family = "Nguyen",
role = c("aut", "cre"),
email = "nguyenllpsych@gmail.com",
comment = c(ORCID = "0000-0002-1575-0395")),
person(given = "Steven",
family = "Nydick",
role = c("aut"),
email = "swnydick@gmail.com",
comment = c(ORCID = "0000-0002-2908-1188")))
Description: Probability functions to describe the Thurstonian FC-IRT
model, simulate responses to the Thurstonian FC-IRT model, and
estimate parameters of the Thurstonian FC-IRT model.
License: GPL (>= 3)
URL: https://nguyenllpsych.github.io/thirt,
https://github.com/nguyenllpsych/thirt
Depends:
R (>= 4.0.0)
Remotes:
github::swnydick/mupp
Imports:
lifecycle,
magrittr (>= 1.5),
Rcpp,
mupp,
truncnorm,
reshape2,
tibble (>= 3.1),
thurstonianIRT (>= 0.12.1)
Suggests:
covr,
knitr (>= 1.20),
markdown (>= 1.1),
testthat (>= 3.0.0),
parallel
LinkingTo:
Rcpp
VignetteBuilder:
knitr
ByteCompile: true
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1