chunkwise_lm.fmri_dataset | R Documentation |
This function performs a chunkwise linear model analysis on an fMRI dataset, splitting the dataset into chunks and running the linear model on each chunk.
## S3 method for class 'fmri_dataset'
chunkwise_lm(
dset,
model,
conlist,
fcon,
nchunks,
robust = FALSE,
verbose = FALSE
)
dset |
An |
model |
The |
conlist |
The list of contrasts used in the analysis. |
fcon |
The F-contrasts used in the analysis. |
nchunks |
The number of chunks to divide the dataset into. |
robust |
Logical. Whether to use robust linear modeling (default is |
verbose |
Logical. Whether to display progress messages (default is |
A list containing the unpacked chunkwise results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.