extract-wls-method: 'extract' method for 'wls' objects

extract,wls-methodR Documentation

extract method for wls objects

Description

extract method for wls objects created by the wls function in the metaSEM package.

Usage

## S4 method for signature 'wls'
extract(
  model,
  include.statistics = TRUE,
  include.nobs = TRUE,
  include.aic = TRUE,
  include.bic = TRUE,
  ...
)

Arguments

model

A statistical model object.

include.statistics

Report RMSEA and other GOF statistics?

include.nobs

Report the number of observations in the GOF block?

include.aic

Report AIC?

include.bic

Report BIC?

...

Custom parameters, which are handed over to subroutines. Currently not in use.

Author(s)

Christoph Riedl <c.riedl@neu.edu>

Philip Leifeld


texreg documentation built on Nov. 10, 2023, 1:16 a.m.