-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.07 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
Package: splithalfr
Title: Estimate Split-Half Reliabilities
Version: 2.2.2
Date: 2023-09-14
Author: Thomas Pronk [aut, cre]
Authors@R: person("Thomas", "Pronk", email = "[email protected]", role = c("aut", "cre"))
Description: Estimates split-half reliabilities for scoring algorithms of cognitive tasks and questionnaires. The 'splithalfr' supports researcher-provided scoring algorithms, with six vignettes illustrating how on included datasets. The package provides four splitting methods (first-second, odd-even, permutated, Monte Carlo), the option to stratify splits by task design, a number of reliability coefficients, and the option to sub-sample data.
Depends: R (>= 3.6.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests:
knitr (>= 1.20),
rmarkdown (>= 1.10),
testthat (>= 2.1.0),
MASS (>= 7.3.51)
Imports:
dplyr (>= 1.0.7),
tibble (>= 2.1.1),
psych (>= 1.8.12),
bcaboot (>= 0.2.1),
rlang (>= 0.4.0)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://github.com/tpronk/splithalfr
BugReports: https://github.com/tpronk/splithalfr/issues