augment.mlwinfitIGLS {R2MLwiN} | R 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 |
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
[Package R2MLwiN version 0.8-9 Index]