extract,mlwinfitMCMC-method {R2MLwiN}R 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


[Package R2MLwiN version 0.8-9 Index]