rerun {metaSEM} | R Documentation |
Rerun models via mxTryHard()
Description
It reruns models via mxTryHard().
Usage
rerun(object, autofixtau2=FALSE, extraTries=10, ...)
Arguments
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 |
Author(s)
Mike W.-L. Cheung <mikewlcheung@nus.edu.sg>
Examples
random1 <- tssem1(Digman97$data, Digman97$n, method="REM", RE.type="Diag")
random1_rerun <- rerun(random1)
summary(random1_rerun)
[Package metaSEM version 1.4.0 Index]