multiGLM_fun {hrf} | R Documentation |
multiGLM0
Description
Performs classical GLM for task fMRI activation, comparing multiple designs
Usage
multiGLM_fun(
BOLD,
design,
nuisance = NULL,
design_canonical = NULL,
verbose = 1,
meanTol = 1e-06,
varTol = 1e-06
)
Arguments
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: |
Value
A list with elements
- bestmodel
...
- Fstat
...
- pvalF
...
[Package hrf version 0.1.3 Index]