multiresponse_lm | R Documentation |
This function fits a linear model to multiple responses in an fMRI dataset.
multiresponse_lm(form, data_env, conlist, vnames, fcon, modmat = NULL)
form |
The formula used to define the linear model. |
data_env |
The environment containing the data to be used in the linear model. |
conlist |
The list of contrasts used in the analysis. |
vnames |
The names of the variables used in the linear model. |
fcon |
The F-contrasts used in the analysis. |
modmat |
The model matrix (default is |
A list containing the results from the multiresponse linear model analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.