Learn R Programming

gpk (version 1.0)

Microgrow: Fit sigmoidal model to bacterial growth

Description

It is of interest to develop a model for population growth, which may later be used for various purposes. Present data concerns growth of bacteria in a liquid medium. It is very difficult, if not impossible, to count the population of bacterial cells. Hence the same is measured indirectly through optical density of the medium. As population size increases, the medium becomes more opaque. Common model used to describe population growth is logistic.

Usage

data(Microgrow)

Arguments

Format

A data frame with 61 observations on the following 2 variables.
Time
Time since inoculation
OD
Optical density (indicator of growth)

Source

http://ces.iisc.ernet.in/hpg/nvjoshi/statspunedatabook/databook.html

Details

Try out the 3 point method and non-linear regression.