mxErrorPool {OpenMx}R Documentation

Query the Error Pool

Description

Retrieve models from the pool that did not complete successfully.

Usage

mxErrorPool(modelnames = NA, reset = FALSE)

Arguments

modelnames

Either NA or a character vector of model names.

reset

Either TRUE or FALSE.

Details

If ‘modelnames’ is NA, then the list of all error models will be returned. Otherwise a subset of models will be returned, basedon the model names passed in as a argument. If ‘reset’ is TRUE, then the error pool is reset to the empty list.

References

The OpenMx User's guide can be found at http://openmx.psyc.virginia.edu/documentation.


[Package OpenMx version 2.0.0-3756 Index]