View source: R/rrwGetAllCodeColumns.r
rrwGetAllCodeColumns | R Documentation |
Function that uses the rrwModelList to add all the effect and dummy variables to the RRW data
rrwGetAllCodeColumns(data, rrwModelList)
data |
This is a dataframe containing the raw trial-by-trial data that must contain the following columns: overlap; RT (often a median); the proportion correct/incorrect; whether or not the row specifies a correct or incorrect trial. The dataset can also contains columns that effect code the influence of different parameters. |
rrwModelList |
A list that specifies the rrw model. Build the rrwModelList useing rrwAddEffectToRRWModel ' |
the data is returned with all the added dummy/effect coded columns
rrwGetAllCodeColumns (data, modelList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.