rmVarWarnings: Remove variable name length warnings from Mplus output file

View source: R/mplus.R

rmVarWarningsR Documentation

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)

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.

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.

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.

Author(s)

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

See Also

mplusModeler

Examples

# to do

michaelhallquist/MplusAutomation documentation built on March 14, 2024, 11:03 a.m.