This function constructs the term matrices for an fMRI model, which consists of event-related terms and baseline-related terms. The term matrices are used for building the design matrix in fMRI data analysis.
Usage
# S3 method for fmri_model
term_matrices(x, blocknum = NULL)
Arguments
- x
An object of class "fmri_model" containing the event and baseline models.
- blocknum
(Optional) A numeric vector specifying the block numbers to be included in the term matrices. By default, all unique block numbers in the event model are included.