| MxConstraint-class {OpenMx} | R Documentation |
"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().
Slots may be referenced with the $ symbol. See the documentation for Classes and the examples in the mxConstraint document for more information.
name:Character string; the name of the object.
formula:Object of class "MxAlgebraFormula". The MxAlgebra-like expression representing the constraint function.
alg1:Object of class "MxCharOrNumber". For internal use.
alg2:Object of class "MxCharOrNumber". For internal use.
relation:Object of class "MxCharOrNumber". For internal use.
jac:Object of class "MxCharOrNumber". Identifies the MxAlgebra representing the Jacobian for the constraint function.
linear:Logical. For internal use.
signature(x = "MxConstraint")
signature(x = "MxConstraint")
signature(object = "MxConstraint")
signature(x = "MxConstraint")
signature(x = "MxConstraint")
signature(object = "MxConstraint")
The OpenMx User's guide can be found at http://openmx.ssri.psu.edu/documentation.
mxConstraint() for the function that creates MxConstraint objects.
showClass("MxConstraint")