| mxComputeIterate {OpenMx} | R Documentation | 
One step (typically the last) must compute the fit or maxAbsChange.
mxComputeIterate(steps, ..., maxIter = 500L, tolerance = 1e-09, verbose = 0L, freeSet = NA_character_)
| steps | a list of compute objects | 
| ... | Not used. Forces remaining arguments to be specified by name. | 
| maxIter | the maximum number of iterations | 
| tolerance | iterates until maximum relative change is less than tolerance | 
| verbose | level of debugging output | 
| freeSet | Names of matrices containing free variables. |