chunkwise_lm.fmri_dataset_old | 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_old'
chunkwise_lm(
dset,
model,
contrast_objects,
nchunks,
cfg,
verbose = FALSE,
use_fast_path = FALSE,
progress = FALSE,
phi_fixed = NULL,
sigma_fixed = NULL,
extra_nuisance = NULL,
keep_extra_nuisance_in_model = FALSE
)
dset |
An |
model |
The |
contrast_objects |
The list of full contrast objects. |
nchunks |
The number of chunks to divide the dataset into. |
cfg |
An |
verbose |
Logical. Whether to display progress messages (default is |
use_fast_path |
Logical. If |
progress |
Logical. Display a progress bar for chunk processing. Default is |
phi_fixed |
Optional fixed AR parameters. |
sigma_fixed |
Optional fixed robust scale estimate. |
extra_nuisance |
Optional additional nuisance regressors. |
keep_extra_nuisance_in_model |
Logical. Whether to keep extra nuisance in model. |
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.