term_matrices.fmri_model | R Documentation |
This function extracts the term matrices from an fmri_model
, which consists of event-related terms
and baseline-related terms. These matrices are used to build the design matrix in fMRI data analysis.
## S3 method for class 'fmri_model'
term_matrices(x, blocknum = NULL)
x |
An |
blocknum |
(Optional) A numeric vector specifying the block numbers to include. Defaults to all blocks. |
A named list of term matrices, with event terms followed by baseline terms.
Attributes "event_term_indices"
and "baseline_term_indices"
store the indices of event and baseline terms,
"blocknum"
stores the block numbers, and "varnames"
stores the variable names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.