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)
a list of dataframes.
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).
Expected response length in seconds. For functional MRI BOLD, 16 seconds (default) is typical for the hemodynamic response function.
Interval between data acquisition. Currently must be a scalar For fMRI studies, this is the repetition time. Defaults to 1.