-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.27 KB
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.27 KB
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
Package: guess
Title: Adjust Estimates of Learning for Guessing
Version: 0.5.0
Authors@R: c(
person("Gaurav", "Sood", email = "gsood07@gmail.com", role = c("aut", "cre")),
person("Ken", "Cor", email = "mcor@ualberta.ca", role = c("aut"))
)
Description: Provides tools to adjust estimates of learning for guessing-related
bias in educational and survey research. Implements standard guessing
correction methods and a sophisticated latent class model that leverages
informative pre-post test transitions to account for guessing behavior.
The package helps researchers obtain more accurate estimates of actual
learning when respondents may guess on closed-ended knowledge items.
For theoretical background and empirical validation, see Cor and Sood (2018)
<https://gsood.com/research/papers/guess.pdf>.
URL: https://github.com/finite-sample/guess, https://finite-sample.github.io/guess/
BugReports: https://github.com/finite-sample/guess/issues
Depends:
R (>= 4.0.0)
Imports:
Rsolnp,
stats,
checkmate
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
Suggests:
knitr (>= 1.11),
rmarkdown,
testthat (>= 3.0.0),
lintr,
covr
RoxygenNote: 7.3.3
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3