-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
41 lines (41 loc) · 1.4 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
Package: lsasim
Title: Functions to Facilitate the Simulation of Large Scale Assessment Data
Version: 2.1.5
Authors@R: c(
person("Tyler", "Matta",
email = "[email protected]", role = "aut"),
person("Leslie", "Rutkowski",
email = "[email protected]", role = "aut"),
person("David", "Rutkowski",
email = "[email protected]", role = "aut"),
person("Yuan-Ling Linda", "Liaw",
email = "[email protected]", role = "aut"),
person("Kondwani Kajera", "Mughogho",
email = "[email protected]", role = "ctb"),
person("Waldir", "Leoncio",
email = "[email protected]", role = c("aut", "cre")),
person("Sinan", "Yavuz", role = "ctb"),
person("Paul", "Bailey", role = "ctb")
)
BugReports: https://github.com/tmatta/lsasim/issues
Description: Provides functions to simulate data from large-scale educational
assessments, including background questionnaire data and cognitive item
responses that adhere to a multiple-matrix sampled design. The theoretical
foundation can be found on
Matta, T.H., Rutkowski, L., Rutkowski, D. et al. (2018)
<doi:10.1186/s40536-018-0068-8>.
Imports: mvtnorm, cli, methods, polycor
Depends:
R (>= 3.6.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests:
testthat,
knitr,
formatR,
rmarkdown,
NAEPirtparams
VignetteBuilder: knitr
Date: 2024-05-06