residuals.growthcurve: Get Model Residuals from Growth Curve Fits

Description Usage Arguments Value Examples

Description

residuals gives the residuals, or the difference between the observed growth data and the fitted values, for a given fit.

Usage

1
2
## S3 method for class 'growthcurve'
residuals(object, ...)

Arguments

object

A fit for some growth data (a growthcurve object)

...

Additional arguments (not used)

Value

A numeric list containing the fit's residuals

Examples

1
2
3
4
5
## Not run: 
# Get a logistic fit for some data and extract its residuals
lfit <- fit_growth_logistic(mydata, Time, OD600)
residuals(lfit)
## End(Not run)

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