mplus_expand_names {tidySEM} | R 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")
[Package tidySEM version 0.2.7 Index]