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} 
#'  }
#' 
#' @section Topic(s):
#'  \itemize{
#'    \item Nonlinear Model
#'    \item Other
#'  }
#'  
#' @concept Nonlinear Model
#' @concept Other
#' 
#' @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. \href{https://raw.githubusercontent.com/fishR-Core-Team/FSA/master/data-raw/Ecoli.csv}{CSV file}
#' 
#' @keywords datasets
NULL
droglenc/FSA documentation built on Aug. 30, 2023, 12:51 a.m.