Learn R Programming

generics (version 0.1.4)

augment: Augment data with information from an object

Description

Augment data with information from an object

Usage

augment(x, ...)

Value

A tibble::tibble() with information about data points.

Arguments

x

Model object or other R object with information to append to observations.

...

Addition arguments to augment method.

Methods

generics:::methods_rd("augment")