Microgrow {gpk} | R Documentation |
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)
Format
A data frame with 61 observations on the following 2 variables.
Time
Time since inoculation
OD
Optical density (indicator of growth)
Details
Try out the 3 point method and non-linear regression.
Source
http://ces.iisc.ernet.in/hpg/nvjoshi/statspunedatabook/databook.html
[Package gpk version 1.0 Index]