-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.67 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.67 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
37
38
39
40
41
42
43
44
45
46
Package: dscore
Type: Package
Title: D-Score for Child Development
Version: 2.1.0
Authors@R: c(person("Stef", "van Buuren", email = "stef.vanbuuren@tno.nl", role = c("cre", "aut")),
person("Iris", "Eekhout", email = "iris.eekhout@tno.nl", role = "aut"),
person("Arjan", "Huizing", email = "arjan.huizing@tno.nl", role = "aut"),
person("Jonathan", "Seiden", email = "jseiden@g.harvard.edu", role = "aut"))
Description:
The D-score summarizes a child's performance on developmental milestones
into a single number. Its key feature is its generic nature. The method
does not depend on a specific measurement instrument. The statistical
method underlying the D-score is described in van Buuren et al. (2025)
<doi:10.1177/01650254241294033>. This package implements model keys to
convert milestone scores to D-scores; maps instrument-specific item names
to a generic 9-position naming convention; computes D-scores and their
precision from a child's milestone scores; and converts D-scores to
Development-for-Age Z-scores (DAZ) using age-conditional reference
standards.
Depends:
R (>= 4.1.0)
Imports:
dplyr (>= 1.0.0),
Rcpp,
stats,
stringi,
tidyr (>= 1.0.0)
LinkingTo: Rcpp, RcppArmadillo
Suggests:
ggplot2,
kableExtra,
knitr,
lme4,
Matrix,
patchwork,
rmarkdown,
testthat
Encoding: UTF-8
License: Apache License (>= 2)
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3