logistic_growth_mle_norm: logistic.growth.mle.norm

Description Usage Arguments Examples

Description

Maximum likelihood estimation of logistic growth parameters assuming normal error

Usage

1
logistic_growth_mle_norm(abundance, time, upper = 2 * max(abundance))

Arguments

abundance

Abundance (eg. Optical density, counts etc).

time

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

Examples

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

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