rerun | R Documentation |
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>
random1 <- tssem1(Digman97$data, Digman97$n, method="REM", RE.type="Diag")
random1_rerun <- rerun(random1)
summary(random1_rerun)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.