rmVarWarnings | R Documentation |
This function is designed to remove warnings in Mplus output files about variable names being greater than 8 characters. It replaces them with a note that the warnings were removed and a count of how many warnings were removed.
rmVarWarnings(file)
file |
A file name (including path if necessary) to an Mplus output file. Note that you must have read and write privileges on the file for this function to work properly. |
This is an internal function and not meant to be directly called by the
user under most circumstances. It is called by mplusModeler
when the varwarnings = FALSE
argument is used.
Usually NULL. Called for the side effect of removing warnings in
Mplus output files. If file.access
testing for write permissions
returns FALSE
, a character string note that rmVarWarnings
could not run.
Joshua F. Wiley <jwiley.psych@gmail.com>
mplusModeler
# to do
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.