setupConvolve | R Documentation |
This function estimates the basis vectors related to responses following a binary impulse and convolves that binary impulse vector.
convolveFIR(ts_list = NULL,
varLabels = NULL,
conv_length = 16,
conv_interval = 1)
ts_list |
a list of dataframes. |
varLabels |
a list of variable sets. Contains varLabels$coln, all column names, varLabels$conv, the names of variables to convolve, and varLabels$exog, a list of exogenous variables (if any). |
conv_length |
Expected response length in seconds. For functional MRI BOLD, 16 seconds (default) is typical for the hemodynamic response function. |
conv_interval |
Interval between data acquisition. Currently must be a scalar For fMRI studies, this is the repetition time. Defaults to 1. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.