chop_css | R Documentation |
Function for separating the conditioned responses into multiple pieces for two CSs.
chop_css(cs1, cs2, data, subj, cs_paired = NULL, group = NULL, na.rm = FALSE)
cs1 |
The column name(s) of the conditioned responses for the first conditioned stimulus |
cs2 |
The column name(s) of the conditioned responses for the second conditioned stimulus |
data |
A data frame containing all the relevant columns for the analyses |
subj |
The name of the column including the participant numbers. Unique numbers are expected |
cs_paired |
A character vector with the trials that were paired. Default is set to |
group |
the name of the group, if included, default to |
na.rm |
Whether NAs should be removed, default to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.