mxComputeSequence | R Documentation |
Invoke a series of compute objects in sequence
mxComputeSequence(
steps = list(),
...,
freeSet = NA_character_,
independent = FALSE
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.