View source: R/run_glm_pipeline.R
run_glm_pipeline | R Documentation |
primary function for running a GLM analysis pipeline
run_glm_pipeline(
gpa,
l1_model_names = "prompt",
l2_model_names = "prompt",
l3_model_names = "prompt",
glm_software = NULL
)
gpa |
a glm_pipeline_arguments object containing a model specification (created by setup_glm_pipeline) |
l1_model_names |
a character vector of level 1 model names (specified during build_l1_models) that should be executed |
l2_model_names |
a character vector of level 2 model names (specified during build_l2_models) that should be executed |
l3_model_names |
a character vector of level 3 model names (specified during build_l3_models) that should be executed |
glm_software |
which glm software should be used for model estimation (not implemented yet) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.