defvar.row argument to mxEval
Posted on
mspiegel
Joined: 07/31/2009
Forums
In the OpenMx 1.1 release, the argument
defvar.row
has been added to the mxEval
function. This argument can specify which row number to use when populating definition variables. It is applied only when compute=TRUE
in a call to mxEval
. The row number uses the R convention of 1-based indexing (ie. the rows are numbered 1, 2, 3, etc.).
Very handy! When used in a
Log in or register to post comments