wg2ws_total_age: Calculate WS total score from WG score.

View source: R/wg2ws_total_age.R

wg2ws_total_ageR Documentation

Calculate WS total score from WG score.

Description

Calculate WS total score from WG score.

Usage

wg2ws_total_age(WG, age = NA)

Arguments

WG

Words and Gestures total score.

age

Age in months (optional). A different, more accurate model is used if age is supplied.

Details

Given a single number (WG total score) and optionally age, calculate a WG score.

Value

Adjusted score, rounded to the nearest integer. Does not return values below 0 or greater than 680.

References

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")}

Examples


wg2ws_total_age(200)
wg2ws_total_age(200, age = 21)


cdiWG2WS documentation built on June 17, 2025, 9:10 a.m.