nlsrk (version 1.1)

logis: Logistic growth of bacteria

Description

Logistic growth in bacteria : time versus Optical Density in arbitrary units (simulated data)

Usage

data(logis.don)

Arguments

Format

A data frame with 51 observations on the following 2 variables.

time

a numeric vector : time in hours

y

a numeric vector : Optical Density

Details

a dataset suitable to run nls and fit a logistic model, eventually under the form of a differential equation

Examples

Run this code
data(logis)
## maybe str(logis) ; plot(logis) ...

Run the code above in your browser using DataLab