augment: Augment data with information from an object

View source: R/augment.R

augmentR 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 augment method.

Value

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

Methods

\Sexpr[stage=render,results=rd]{generics:::methods_rd("augment")}

generics documentation built on July 6, 2022, 1:08 a.m.