Learn R Programming

R2MLwiN (version 0.8-9)

tidy.mlwinfitMCMC: Summarises information about the components of a model from a statistical object (broom package).

Description

Summarises information about the components of a model from a statistical object (broom package).

Usage

# S3 method for mlwinfitMCMC
tidy(x, conf.int = FALSE, conf.level = 0.95, ...)

Arguments

x

An mlwinfitMCMC-class model.

conf.int

should the confidence interval be included?

conf.level

confidence interval level

...

Other arguments.

See Also