Learn R Programming

OpenMx (version 2.17.3)

mxComputeTryCatch: Execute a sub-compute plan, catching errors

Description

THIS IS EXPERIMENTAL AND MAY HAVE BUGS.

Usage

mxComputeTryCatch(plan, ..., freeSet = NA_character_)

Arguments

plan

compute plan to optimize the model

...

Not used. Forces remaining arguments to be specified by name.

freeSet

names of matrices containing free variables

Details

Any error will be recorded in a subsequent checkpoint. After execution, the context will be reset to continue computation as if no errors has occurred.

See Also

mxComputeCheckpoint