| mxComputeLoop {OpenMx} | R Documentation |
When i is given then these values are iterated
over instead of the sequence 1 to the number of
iterations. If i is not given then maxIter
is set to 500 to prevent infinite loops.
mxComputeLoop(steps, ..., i = NULL, maxIter = as.integer(NA), freeSet = NA_character_, maxDuration = as.numeric(NA))
steps |
a list of compute objects |
... |
Not used. Forces remaining arguments to be specified by name. |
i |
the values to iterate over |
maxIter |
the maximum number of iterations |
freeSet |
Names of matrices containing free variables. |
maxDuration |
the maximum amount of time (in seconds) to iterate |