Calculates the recommended van Wiechen milestones based on age and past milestones
Source:R/select_vwc.R
select_vwc.RdCalculates the recommended van Wiechen milestones based on age and past milestones
Arguments
- txt
A JSON string, URL, or file with BDS data in JSON format. Data should conform to the BDS JGZ 3.2.5 specification.
- p
Reference percentile indicating the expected probability of a positive van Wiechen outcome given child age. Higher values correspond with easier items.
- n
Number of van Wiechen items to suggest. By default returns all items within set probability limits.
- session
Optional session key if data is already uploaded to
sitehost.- format
JSON schema version, e.g.,
"3.0". Used when uploading.- loc
Deprecated. Use
sessioninstead.- ...
Ignored
Examples
fn <- system.file("testdata", "Laura_S.json", package = "james")
select_vwc(txt = fn, p = 50, n = 10)
#> [1] "ddifmd027" "ddigmm073" "ddifmd023" "ddifmd024" "ddicmm050" "ddifmd026"
#> [7] "ddicmm047" "ddigmd074" "ddigmd075" "ddicmm048"