View source: R/fmrilm.R View source: R/fmri_lm_runwise.R
runwise_lm | R Documentation |
This function performs a runwise linear model analysis on an fMRI dataset, running the linear model on each run separately and then pooling results.
This function performs a runwise linear model analysis on an fMRI dataset by running the linear model for each data run and combining the results.
runwise_lm(
dset,
model,
contrast_objects,
cfg,
verbose = FALSE,
use_fast_path = FALSE,
progress = FALSE,
phi_fixed = NULL,
sigma_fixed = NULL,
extra_nuisance = NULL,
keep_extra_nuisance_in_model = FALSE,
parallel_voxels = FALSE
)
runwise_lm(
dset,
model,
contrast_objects,
cfg,
verbose = FALSE,
use_fast_path = FALSE,
progress = FALSE,
phi_fixed = NULL,
sigma_fixed = NULL,
extra_nuisance = NULL,
keep_extra_nuisance_in_model = FALSE,
parallel_voxels = FALSE
)
dset |
An |
model |
The |
contrast_objects |
The list of full contrast objects. |
cfg |
An |
verbose |
Logical. Whether to display progress messages (default is |
use_fast_path |
Logical. Whether to use fast path computation (default is |
progress |
Logical. Display a progress bar for run 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. |
parallel_voxels |
Logical. If TRUE, process voxels in parallel using
|
A list containing the combined results from runwise linear model analysis.
A list containing the combined results from runwise linear model analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.