Boolean Equality Testing Function
This function tests whether an object is equal to TRUE.
omxCheckTrue(a)
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 http://openmx.ssri.psu.edu/documentation.
omxCheckTrue(1 + 1 == 2) omxCheckTrue(matrix(TRUE, 3, 3)) # Throws an error try(omxCheckTrue(FALSE))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.