powered by
This function tests whether an object is equal to TRUE.
omxCheckTrue(a)
the value to test.
Checks element-wise whether an object is equal to TRUE. If any of the elements are false, then an error will be thrown.
The OpenMx User's guide can be found at https://openmx.ssri.psu.edu/documentation/.
omxCheckCloseEnough, omxCheckWithinPercentError, omxCheckIdentical, omxCheckSetEquals, omxCheckEquals
omxCheckCloseEnough
omxCheckWithinPercentError
omxCheckIdentical
omxCheckSetEquals
omxCheckEquals
omxCheckTrue(1 + 1 == 2) omxCheckTrue(matrix(TRUE, 3, 3)) # Throws an error try(omxCheckTrue(FALSE))
Run the code above in your browser using DataLab