wg2ws_total_age {cdiWG2WS}R 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. doi:10.1111/desc.70036

Examples


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


[Package cdiWG2WS version 0.2.0 Index]