augment.oomlm: augment data with prediction, std error, and residuals

Description Usage Arguments See Also

View source: R/tidy.R

Description

augment data with prediction, std error, and residuals

Usage

1
2
3
## S3 method for class 'oomlm'
augment(x, data, std_error = FALSE,
  interval = "confidence", ...)

Arguments

x

oomlm model

data

tibble or other data source

std_error

calculate standard error of prediction

interval

interval type to return

...

ignored

See Also

augment(), stats::predict.lm()


blakeboswell/ploom documentation built on May 25, 2019, 3:24 p.m.