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

tidySEM documentation built on Oct. 25, 2023, 1:06 a.m.