select_columns_for_contrast | R Documentation |
extract data columns for specified contrast
select_columns_for_contrast(
l,
treatment = NA,
t_seconds = NA,
control = NA,
c_seconds = NA
)
l |
list of data and row_info |
treatment |
name of treatment to use |
t_seconds |
value of seconds to use with treatment |
control |
name of control to use |
c_seconds |
value of seconds to use with control |
list with two members, 'treatment' - matrix of treatment data; 'control' - matrix of control data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.