CCAPS_change | R Documentation |
Create a data frame with CCAPS change scores between first and last administration
CCAPS_change(
data,
client_identifier = "UniqueClientID",
center_identifier = "CcmhID",
add_items = NA,
include_first = F,
include_last = F
)
data |
A data frame with CCAPS data. |
client_identifier |
The column uniquely identifying each client. By default, |
center_identifier |
The column uniquely identifying each center. By default |
add_items |
Specify the columns or CCAPS variables outside of CCAPS subscales to be included in the returned data frame. Default is |
include_first |
A logical argument that specifies if subscale or item scores from the first completion of the CCAPS should be included in the returned data frame. By default |
include_last |
A logical argument that specifies if subscale or item scores from the last completion of the CCAPS should be included in the returned data frame. By default |
A data frame with CCAPS change scores of subscales and specified CCAPS items. Based on additional arguments, scores from first and last administration will be included as well.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.