Tidy summarizes information about the components of a model. A model component might be a single term in a regression, a single hypothesis, a cluster, or a class. Exactly what tidy considers to be a model component varies cross models but is usually self-evident. If a model has several distinct types of components, you will need to specify which components to return.
# S3 method for nlrq augment(x, ...)
| x | A |
|---|---|
| ... | Arguments passed on to
|
A tibble::tibble() containing the data passed to augment,
and additional columns:
The predicted response for that observation.
The residual for a particular point. Present only when
data has been passed to augment via the data argument.
augment(), quantreg::nlrq()
Other quantreg tidiers: augment.rqs,
augment.rq, glance.nlrq,
glance.rq, tidy.nlrq,
tidy.rqs, tidy.rq