extract-mlwinfitMCMC-method: Extract coefficients and GOF measures from a statistical...

extract,mlwinfitMCMC-methodR Documentation

Extract coefficients and GOF measures from a statistical object.

Description

Extract coefficients and GOF measures from a statistical object.

Usage

## S4 method for signature 'mlwinfitMCMC'
extract(
  model,
  include.nobs = TRUE,
  include.dbar = TRUE,
  include.dthetabar = TRUE,
  include.pd = TRUE,
  include.dic = TRUE,
  ...
)

Arguments

model

An mlwinfitMCMC-class model.

include.nobs

should the number of observations be reported?

include.dbar

should the Dbar be reported?

include.dthetabar

should the D(thetabar) be reported?

include.pd

should the pD be reported?

include.dic

should the DIC be reported?

...

Other arguments.

See Also

extract


R2MLwiN documentation built on March 31, 2023, 9:17 p.m.