View source: R/wg2ws_total_age.R
wg2ws_total_age | R Documentation |
Calculate WS total score from WG score.
wg2ws_total_age(WG, age = NA)
WG |
Words and Gestures total score. |
age |
Age in months (optional). A different, more accurate model is used if age is supplied. |
Given a single number (WG total score) and optionally age, calculate a WG score.
Adjusted score, rounded to the nearest integer. Does not return values below 0 or greater than 680.
Day, T. K. M., Borovsky, A., Thal, D., & Elison, J. T. (2025). Modeling Longitudinal Trajectories of Word Production With the CDI. Developmental Science, 28(4), e70036. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1111/desc.70036")}
wg2ws_total_age(200)
wg2ws_total_age(200, age = 21)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.