Rerun models via mxTryHard()
It reruns models via mxTryHard().
rerun(object, autofixtau2=FALSE, extraTries=10, ...)
object |
An object of either class |
autofixtau2 |
Logical. Whether automatically fixes elements of tau2
with NA of standard errors. It only works for objects of
class |
extraTries |
The number of attempts to run the model in addition to the first. |
... |
Further arguments to be passed to |
Mike W.-L. Cheung <mikewlcheung@nus.edu.sg>
## Not run: random1 <- tssem1(Digman97$data, Digman97$n, method="REM", RE.type="Diag") random1_rerun <- rerun(random1) summary(random1_rerun) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.