View source: R/MxUnitTesting.R
omxCheckError | R Documentation |
This function tests whether the correct error message is thrown.
omxCheckError(expression, message)
expression |
an R expression that produces an error |
message |
a character string with the desired error message |
Arguments ‘expression’ and ‘message’ give the expression that generates the error and the message that is supposed to be generated, respectively.
The OpenMx User's guide can be found at <https://openmx.ssri.psu.edu/documentation>.
omxCheckWarning
omxCheckWithinPercentError
,
omxCheckIdentical
, omxCheckSetEquals
,
omxCheckTrue
, omxCheckEquals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.