Description Usage Arguments Value Examples
residuals gives the residuals, or the difference between the observed growth data and the fitted values, for a given fit.
1 2  | 
object | 
 A fit for some growth data (a   | 
... | 
 Additional arguments (not used)  | 
A numeric list containing the fit's residuals
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.