predict.growthcurve: Predict method for Growth Curves

Description Usage Arguments Value Examples

Description

Predict method for Growth Curves

Usage

1
2
## S3 method for class 'growthcurve'
predict(object, newdata = NULL, ...)

Arguments

object

Object of class inheriting from "growthcurve"

newdata

An optional vector of values with which to predict. If omitted, the fitted values are used.

...

Additional arguments (not used)

Value

A numeric vector of predictions

Examples

1
2
3
4
5
## Not run: 
gc1 <- fit_growth_logistic(mydata, Time, OD600)
predict(gc1)

## End(Not run)

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