augment.mlwinfitIGLS: Augment data frame with information derived from the model...

View source: R/mlwinfitIGLS.R

augment.mlwinfitIGLSR Documentation

Augment data frame with information derived from the model fit (broom package).

Description

Augment data frame with information derived from the model fit (broom package).

Usage

## S3 method for class 'mlwinfitIGLS'
augment(x, data = x@frame, newdata = NULL, type.predict, type.residuals, ...)

Arguments

x

An mlwinfitIGLS-class model.

data

original data onto which columns should be added

newdata

new data to predict on, optional

type.predict

Type of prediction to compute

type.residuals

Type of residuals to compute

...

Other arguments.

See Also

augment


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