fitted_hrf.fmri_lm | R Documentation |
This method computes the fitted hemodynamic response functions (HRFs) for an fmri_lm
object.
## S3 method for class 'fmri_lm'
fitted_hrf(x, sample_at = seq(0, 24, by = 1), ...)
x |
An |
sample_at |
A numeric vector of time points at which the HRFs should be sampled. Default is |
... |
Additional arguments (currently unused). |
A list where each element corresponds to an event term in the fmri_lm
object. Each element contains:
pred
A matrix of predicted HRF values.
design
A tibble containing the design matrix for the HRFs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.