ccaps34_cuts | R Documentation |
Creates binary variables for CCAPS-34 subscales indicating whether the score is equal to or above (1) or below (0) the low and high cut respectively.
ccaps34_cuts(data, version = 2025, first = F)
data |
A data file containing CCAPS-34 subscales |
version |
The version of CCAPS cut points to use. Currently, 2018, 2019, and 2025 are available. |
first |
True indicates the cut points should be based on variables with _first. |
A data frame with all the original data in data
, and several additional columns of cut scores coded 1 for above cut score and 0 for below cut score.
If data
does not contain the proper CCAPS subscale names, it will return an error.
## Not run:
TI1718 <- ccaps34_cuts(TI1718)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.