View source: R/extractModelInfo.R
Extract Model Info
1 2 3 4 5 | extractModelInfo(
source,
what = c("vectorElements", "mplusVariables"),
topElementsSharedEnding = NULL
)
|
source |
Name of vector/list/etc. that contains the model information |
what |
What do you want to extract? vectorElements = elements of vectors in a list whose own elements has standard endings mplusVariables = individual variables in a string of MPlus syntax e.g., "a1 b2-b4 c3" becomes c("a1", "b2", "b3", "b4", "c3") |
topElementsSharedEnding |
Pattern for an ending for the top level of the list (e.g., if all list elements are named in the form of XXXXX_outcomes, then input "_outcomes") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.