Learn R Programming

MplusAutomation (version 1.1.1)

rmVarWarnings: Remove variable name length warnings from Mplus output file

Description

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.

Usage

rmVarWarnings(file)

Value

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.

Arguments

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.

Author

Joshua F. Wiley <jwiley.psych@gmail.com>

Details

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.

See Also

mplusModeler

Examples

Run this code
# to do

Run the code above in your browser using DataLab