setupConvolve {gimme} | R Documentation |
Group iterative multiple model estimation.
Description
This function estimates the basis vectors related to responses following a binary impulse and convolves that binary impulse vector.
Usage
convolveFIR(ts_list = NULL,
varLabels = NULL,
conv_length = 16,
conv_interval = 1)
Arguments
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. |
[Package gimme version 0.7-18 Index]