MxConstraint-class: Class '"MxConstraint"'

MxConstraint-classR Documentation

Class "MxConstraint"

Description

MxConstraint is an S4 class. An MxConstraint object is a named entity. New instances of this class can be created using the function mxConstraint().

Details

Slots may be referenced with the $ symbol. See the documentation for Classes and the examples in the mxConstraint document for more information.

Slots

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.

Methods

$<-

signature(x = "MxConstraint")

$

signature(x = "MxConstraint")

imxDeparse

signature(object = "MxConstraint")

names

signature(x = "MxConstraint")

print

signature(x = "MxConstraint")

show

signature(object = "MxConstraint")

References

The OpenMx User's guide can be found at https://openmx.ssri.psu.edu/documentation/.

See Also

mxConstraint() for the function that creates MxConstraint objects.

Examples

showClass("MxConstraint")

OpenMx documentation built on Nov. 8, 2023, 1:08 a.m.