multiGLM_fun | R Documentation |
Performs classical GLM for task fMRI activation, comparing multiple designs
multiGLM_fun(
BOLD,
design,
nuisance = NULL,
design_canonical = NULL,
verbose = 1,
meanTol = 1e-06,
varTol = 1e-06
)
BOLD , design , nuisance |
Session-length list of numeric matrices/arrays, each with volumes along the first dimension. |
design_canonical |
TO DO |
verbose |
|
meanTol , varTol |
Tolerance for mean, variance and SNR of each data location.
Locations which do not meet these thresholds are masked out of the analysis.
Default: |
A list with elements
...
...
...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.