R/Ecoli.R

#' @title Population growth of Escherichia coli.
#'
#' @description The number of \emph{Escherichia coli} cells versus time.
#'
#' @name Ecoli
#' 
#' @docType data
#' 
#' @format A data frame with 8 observations on the following 2 variables:
#'  \describe{
#'    \item{days}{Elapsed duration of the experiment.}
#'    \item{cells}{Number of cells in the population.} 
#'  }
#' 
#' @concept 'Nonlinear Model'
#' 
#' @source McKendrick, A.G. and M. Kesava Pai. 1911. The Rate of Multiplication of Micro-Organisms: a Mathematical Study. Proceedings of the Royal Society of Edinburgh. 31: 649-655.
#' 
#' @keywords datasets
NULL
droglenc/TestPackage documentation built on May 15, 2019, 2:51 p.m.