logistic_growth_nls: logistic_growth_nls

Description Usage Arguments Examples

Description

Least-squares estimates of the parameters of a logistic growth curve

Usage

1
2
logistic_growth_nls(time, abundance, do.interval = F, r = NULL, K = NULL,
  N0 = NULL)

Arguments

time

Numeric vector of time since start of measurement (currently does not use date format)

abundance

Abundance (eg. Optical density, counts etc).

do.interval

Logical: should a 95% confidence interval be produced

Examples

1
2
3
4
5
data(navicula_growth)
fitted.readings <- with(navicula_growth,
                       logistic_growth_nls(time=Time,
                                           abundance=ABS))
head(fitted.readings)

low-decarie/growthcurves documentation built on May 21, 2019, 7:50 a.m.