Learn R Programming

tidySEM (version 0.2.8)

mplus_expand_names: Expand abbreviated Mplus variable names

Description

Expand the Mplus syntax for abbreviating lists of variable names.

Usage

mplus_expand_names(x)

Value

Character vector of names.

Arguments

x

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

Examples

Run this code
mplus_expand_names("test1-test12")
mplus_expand_names("testa-testb")

Run the code above in your browser using DataLab