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")}

r-lib/generics documentation built on Nov. 1, 2023, 12:32 a.m.