calculate2ndStage | R Documentation |
Performs the second and third stage for a model containing second order constructs.
calculate2ndStage( .csem_model = args_default()$.csem_model, .first_stage_results = args_default()$.first_stage_results, .original_arguments = args_default()$.original_arguments, .approach_2ndorder = args_default()$.approach_2ndorder )
.csem_model |
A (possibly incomplete) cSEMModel-list. |
.original_arguments |
The list of arguments used within |
.approach_2ndorder |
Character string. Approach used for models containing second-order constructs. One of: "2stage", or "mixed". Defaults to "2stage". |
A cSEMResults object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.