fit_growth_gompertz: Fit a Gompertz Curve to Growth Data

Description Usage Arguments Value See Also Examples

Description

fit_growth_gompertz fits a Gompertz curve to a tidy growth data set using nonlinear least squares

Usage

1
2
3

Arguments

df

a data frame

time

column in df that contains time data

data

column in df that contains growth data (default: TRUE)

...

Additional arguments to nls

time_col

String giving the name of the column in df that contains time data

data_col

String giving the name of the column in df that contains growth data

Value

A growthcurve object

See Also

https://en.wikipedia.org/wiki/Gompertz_function

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
# Fit the data given in columns Time and OD600
fit_growth_gompertz(mydata, Time, OD600)
## End(Not run)

## Not run: 
fit_growth_gompertz_(mydata, "Time", "OD600")

## End(Not run)

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