augment.mlwinfitMCMC | R Documentation |
Augment data frame with information derived from the model fit (broom package).
## S3 method for class 'mlwinfitMCMC'
augment(x, data = x@data, newdata = NULL, type.predict, type.residuals, ...)
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. |
augment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.