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, persist, ...)

Arguments

.Object

the matrix

labels

labels

values

values

free

free

lbound

lbound

ubound

ubound

nrow

nrow

ncol

ncol

byrow

byrow

name

name

condenseSlots

condenseSlots

persist

persist

...

Not used.


[Package OpenMx version 2.2.4 Index]