mxComputeSequence {OpenMx} | R Documentation |
Invoke a series of compute objects in sequence
Description
Invoke a series of compute objects in sequence
Usage
mxComputeSequence(
steps = list(),
...,
freeSet = NA_character_,
independent = FALSE
)
Arguments
steps |
a list of compute objects |
... |
Not used; forces argument 'freeSet' to be specified by name. |
freeSet |
Names of matrices containing free parameters. |
independent |
Whether the steps could be executed out-of-order. |
[Package OpenMx version 2.21.11 Index]