powered by
umxAlgebra is a wrapper for mxAlgebra which has the name parameter first in order.
umxAlgebra( name = NA, expression, dimnames = NA, ..., joinKey = as.character(NA), joinModel = as.character(NA), verbose = 0L, initial = matrix(as.numeric(NA), 1, 1), recompute = c("always", "onDemand"), fixed = "deprecated_use_recompute" )
The name of the algebra (Default = NA). Note the different order compared to mxAlgebra!
The algebra
Dimnames of the algebra
Other parameters
See mxAlgebra documentation
Quiet or informative
= See mxAlgebra documentation
mxAlgebra()
umxMatrix()
Other Core Modeling Functions: umxMatrix(), umxModify(), umxPath(), umxRAM(), umxRun(), umxSummary(), umxSuperModel(), umx
umxModify()
umxPath()
umxRAM()
umxRun()
umxSummary()
umxSuperModel()
umx
# NOT RUN { x = umxAlgebra("circ", 2 * pi) class(x$formula) x = mxAlgebra(name = "circ", 2 * pi) class(x$formula) # "call" # }
Run the code above in your browser using DataLab