fmri_lm_fit | R Documentation |
This function fits an fMRI linear regression model using the specified fmri_model
object, dataset,
and data splitting strategy (either "runwise"
or "chunkwise"
). It is primarily an internal function
used by the fmri_lm
function.
fmri_lm_fit(
fmrimod,
dataset,
strategy = c("runwise", "chunkwise"),
robust = FALSE,
nchunks = 10,
...
)
fmrimod |
An |
dataset |
An |
strategy |
The data splitting strategy, either |
robust |
Logical. Whether to use robust fitting. Default is |
nchunks |
Number of data chunks when strategy is |
... |
Additional arguments. |
A fitted fMRI linear regression model with the specified fitting strategy.
fmri_lm
, fmri_model
, fmri_dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.