augment.nlrq {broom} | R Documentation |
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 class 'nlrq' augment(x, ...)
x |
A |
... |
Arguments passed on to
|
A tibble::tibble()
containing the data passed to augment
,
and additional columns:
.fitted |
The predicted response for that observation. |
.resid |
The residual for a particular point. Present only when
data has been passed to |
Other quantreg tidiers: augment.rqs
,
augment.rq
, glance.nlrq
,
glance.rq
, tidy.nlrq
,
tidy.rqs
, tidy.rq