Description Usage Arguments Details Value
Modify a StimConfig list
1 2 3 4 5 6 7 8 9 10 11 | UpdateConfig(config, level, value)
AddStim(config, value)
AddNumerics(config, value)
AddConstants(config, value)
AddDerived(config, value)
AddNumericConstant(config, value)
|
config |
a |
level |
the part of the list to modify: |
value |
the value(s) to append to the StimConfig at the given level. |
Shortcut functions are provided by AddStim, AddNumerics,
AddConstants, AddNumericConstant, and AddDerived.
Named stimuli need to be wrapped inside of c(). For example, to add
a Dialect constant of "SAE" to config, use AddConstant(config,
c(Dialect = "SAE")). This prevents the function from interpreting
"Dialect = dialect" as a function parameter.
an updated copy of StimConfig
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.