runwise_lm | R Documentation |
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, conlist, fcon, 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. |
robust |
Logical. Whether to use robust linear modeling (default is |
verbose |
Logical. Whether to display progress messages (default is |
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.