imxCreateMatrix {OpenMx} | R Documentation |
Create a matrix
Description
This is an internal function exported for those people who know what they are doing.
Usage
imxCreateMatrix(
.Object,
labels,
values,
free,
lbound,
ubound,
nrow,
ncol,
byrow,
name,
condenseSlots,
joinKey,
joinModel
)
Arguments
.Object |
the matrix |
labels |
labels |
values |
values |
free |
free |
lbound |
lbound |
ubound |
ubound |
nrow |
nrow |
ncol |
ncol |
byrow |
byrow |
name |
name |
condenseSlots |
condenseSlots |
joinKey |
joinKey |
joinModel |
joinModel |
[Package OpenMx version 2.21.11 Index]