omxCbind
columnwise binding of two or more MxMatrices.
omxRbind
rowwise binding of two or more MxMatrices.
omxTranspose
transpose of MxMatrix.
omxCbind(..., allowUnlabeled =
getOption("mxOptions")[["Allow Unlabeled"]],
dimnames = NA, name = NA)
omxRbind(..., allowUnlabeled =
getOption("mxOptions")[["Allow Unlabeled"]],
dimnames = NA, name = NA)
omxTranspose(matrix, allowUnlabeled =
getOption("mxOptions")[["Allow Unlabeled"]],
dimnames = NA, name = NA)
two or more MxMatrix objects
MxMatrix input
whether or not to accept free parameters with NA labels
list. The dimnames attribute for the matrix: a list of length 2 giving the row and column names respectively. An empty list is treated as NULL, and a list of length one as row names. The list can be named, and the list names will be used as names for the dimensions.
an optional character string indicating the name of the MxMatrix object