augment {generics} | R Documentation |
Augment data with information from an object
Description
Augment data with information from an object
Usage
augment(x, ...)
Arguments
x |
Model object or other R object with information to append to observations. |
... |
Addition arguments to |
Value
A tibble::tibble()
with information about data points.
Methods
No methods found in currently loaded packages.
[Package generics version 0.1.3 Index]