augment.growthcurve: Augment Growth Data According to a Tidied Model

Description Usage Arguments Value Note Examples

Description

Add columns to the growth data set such as predictions and residuals. Currently, this just wraps the augment function for the type of model used, so models fit with fit_growth_logistic will differ from fit_growth_linear, fit_growth_loess, etc.

Usage

1

Arguments

x

A fit for some growth data (a growthcurve object)

...

Additional arguments (not used)

Value

an expanded data frame

Note

This function requires the broom package.

Examples

1
2
3
4
## Not run: 
myfit <- fit_growth_gompertz(mydata, Time, OD600)
augment(myfit)
## End(Not run)

briandconnelly/growthcurve documentation built on May 13, 2019, 5:13 a.m.