wg2ws_summarize_cat {cdiWG2WS} | R Documentation |
Summarize category table
Description
Summarize category table
Usage
wg2ws_summarize_cat(category_scores)
Arguments
category_scores |
A 22x2 category result table |
Details
Given a 22x2 category table, calculate total scores and lexical and syntax scores.
Value
A three column data frame, with total score, lexical, and syntactic scores
References
Day, T. K. M., & Elison, J. T. (2021). A broadened estimate of syntactic and lexical ability from the MB-CDI. Journal of Child Language, 49(3), 615-632. doi:10.1017/S0305000921000283
Examples
words <- c("smile", "old", "chicken (animal)", "breakfast", "snow", "uh oh",
"please", "bad", "bicycle", "moon")
categories <- wg2ws_items(words)
scores <- wg2ws_summarize_cat(categories)
[Package cdiWG2WS version 0.2.0 Index]