View source: R/setup_l1_models.R
setup_l1_models | R Documentation |
Function for setting up level 1 model specifications and corresponding files
setup_l1_models(gpa, l1_model_names = NULL)
gpa |
A glm_model_arguments function setup by the |
l1_model_names |
A character vector of model names within |
The l1_model_names
argument allows the creation of multiple l1 models to be parallelized at
a superordinate level or, even better, to be spread across independent jobs on a cluster. This function
already provides the option to parallelize over subjects for a single model if gpa$l1_setup_cpus
is greater than 1.
Michael Hallquist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.