multiple_experiments: A set of growth experiments under dynamic conditions

multiple_experimentsR Documentation

A set of growth experiments under dynamic conditions

Description

An example dataset illustrating the requirements of fit_multiple_growth() and fit_multiple_growth_MCMC().

Usage

multiple_experiments

Format

A nested list with two elements. Each element corresponds to one experiment and is described by a list with two data frames:

data

a tibble describing the microbial counts. It has 2 columns: time (elapsed time) and logN (logarithm of the microbial count)

.

conditions

a tibble describing the environmental conditions. It has 3 columns: time (elapsed time), temperature (storage temperature) and pH (pH of the media).


biogrowth documentation built on Aug. 19, 2023, 1:06 a.m.