50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

OpenMx (version 2.12.1)

mxComputeSequence: 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.