Learn R Programming

R2MLwiN (version 0.8-9)

tidy.mlwinfitIGLS: 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 mlwinfitIGLS
tidy(x, conf.int = FALSE, conf.level = 0.95, ...)

Arguments

x

An mlwinfitIGLS-class model.

conf.int

should the confidence interval be included?

conf.level

confidence interval level

...

Other arguments.

See Also