mplus_expand_names: Expand abbreviated Mplus variable names

View source: R/utilities.R

mplus_expand_namesR Documentation

Expand abbreviated Mplus variable names

Description

Expand the Mplus syntax for abbreviating lists of variable names.

Usage

mplus_expand_names(x)

Arguments

x

Atomic character string containing the variable names section of an Mplus syntax file.

Value

Character vector of names.

Examples

mplus_expand_names("test1-test12")
mplus_expand_names("testa-testb")

cjvanlissa/tidySEM documentation built on March 16, 2024, 6:35 a.m.