View source: R/setup_l2_models.R
setup_l2_models | R Documentation |
This function generates the inputs for an FSL level 2 analysis, where multiple runs for a subject are combined using fixed effects estimation.
setup_l2_models(gpa, l1_model_names = NULL, l2_model_names = NULL)
gpa |
a |
l1_model_names |
a subset of L1 models to be passed to L2 by this function. If not specified, all models in gpa$l1_models will be included |
l2_model_names |
a subset of L2 models to be setup by this function. If not specified, all models in gpa$l2_models will be included |
This function will setup FSL level 2 (subject) .fsf files for all combinations of
l2_model_names
and l1_model_names
.
Michael Hallquist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.