Augment data frame with information derived from the model fit (broom package).
# S3 method for mlwinfitMCMC
augment(x, data = x@data, newdata = NULL, type.predict, type.residuals, ...)
An mlwinfitMCMC-class
model.
original data onto which columns should be added
new data to predict on, optional
Type of prediction to compute
Type of residuals to compute
Other arguments.