-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.5 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
Package: dscore
Type: Package
Title: D-Score for Child Development
Version: 1.9.8
Authors@R: c(person("Stef", "van Buuren", email = "[email protected]", role = c("cre", "aut")),
person("Iris", "Eekhout", email = "[email protected]", role = "aut"),
person("Arjan", "Huizing", email = "[email protected]", role = "aut"),
person("Jonathan", "Seiden", email = "[email protected]", role = "aut"))
Description: The D-score summarizes the child's performance on a set of
milestones into a single number. The package implements four Rasch model
keys to convert milestone scores into a D-score. It provides tools to
calculate the D-score and its precision from the child's milestone scores,
to convert the D-score into the Development-for-Age Z-score (DAZ)
using age-conditional references, and to map milestone names into a
generic 9-position item naming convention.
Depends:
R (>= 3.5)
Imports:
dplyr (>= 1.0.0),
Rcpp,
stats,
stringi,
tidyr (>= 1.0.0)
LinkingTo: Rcpp, RcppArmadillo
Suggests:
ggplot2,
kableExtra,
knitr,
lme4,
patchwork,
rmarkdown,
testthat
Encoding: UTF-8
License: AGPL-3
LazyData: TRUE
VignetteBuilder: knitr
NeedsCompilation: yes
URL: https://github.com/d-score/dscore, https://d-score.org/dscore/, https://d-score.org/dbook1/
BugReports: https://github.com/d-score/dscore/issues
Copyright: Stef van Buuren, Iris Eekhout, Arjan Huizing
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1