"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()
.
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.
strict
:Logical. Whether to require that all Jacobian entries reference free parameters.
verbose
:integer. For values greater than zero, enable runtime diagnostics.
signature(x = "MxConstraint")
signature(x = "MxConstraint")
signature(object = "MxConstraint")
signature(x = "MxConstraint")
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 https://openmx.ssri.psu.edu/documentation/.
mxConstraint()
for the function that creates MxConstraint objects.