extractModelInfo: Extract Model Info

Description Usage Arguments

View source: R/extractModelInfo.R

Description

Extract Model Info

Usage

1
2
3
4
5
extractModelInfo(
  source,
  what = c("vectorElements", "mplusVariables"),
  topElementsSharedEnding = NULL
)

Arguments

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")


enaY15/TabulationAutomation documentation built on March 18, 2020, 8:35 p.m.