powered by
"MxConstraint"
MxConstraint is an S4 class. An MxConstraint object is a named entity. New instances of this class can be created using the function mxConstraint().
mxConstraint()
name
Character string; the name of the object.
formula
Object of class "MxAlgebraFormula". The MxAlgebra-like expression representing the constraint function.
"MxAlgebraFormula"
alg1
Object of class "MxCharOrNumber". For internal use.
"MxCharOrNumber"
alg2
relation
jac
Object of class "MxCharOrNumber". Identifies the MxAlgebra representing the Jacobian for the constraint function.
linear
Logical. For internal use.
signature(x = "MxConstraint")
signature(object = "MxConstraint")
Slots may be referenced with the $ symbol. See the documentation for Classes and the examples in the mxConstraint document for more information.
The OpenMx User's guide can be found at http://openmx.ssri.psu.edu/documentation.
mxConstraint() for the function that creates MxConstraint objects.
# NOT RUN { showClass("MxConstraint") # }
Run the code above in your browser using DataLab