extract
method for wls
objectsextract
method for wls
objects created by the
wls
function in the metaSEM package.
# S4 method for wls
extract(
model,
include.statistics = TRUE,
include.nobs = TRUE,
include.aic = TRUE,
include.bic = TRUE,
...
)
A statistical model object.
Report RMSEA and other GOF statistics?
Report the number of observations in the GOF block?
Report AIC?
Report BIC?
Custom parameters, which are handed over to subroutines. Currently not in use.
Christoph Riedl <c.riedl@neu.edu>
Philip Leifeld