monod: The Monod function SAR regression model

Description Usage Format Details Source References Examples

Description

s == c * a /z + a

Usage

1

Format

The format is: List of 8 $ name : "Monod" $ formula : expression(s == over(c * a, z + a)) $ paramnumber: 2 $ paramnames : "c" "z" $ parLim : "Rplus" "Rplus" $ fun : model function $ rssfun : Residual Sum of Squares function $ init : initial values calculation $ form : a formula object for further calculations

Details

The Monod function SAR model is convex asymptotic. For further details and documentation please see the online documentation at http://mmsar.r-forge.r-project.org/

Source

Monod (1950), Tj<c3><b8>rve (2003).

References

Monod, J. (1950) La technique de culture continue, the<c2><b4>orie et applications. Annales de l<e2><80><99>Institut Pasteur, 79, 390<e2><80><93>410.

Tj<c3><b8>rve, E. (2003) Shapes and functions of species<e2><80><93>area curves: a review of possible models. Journal of Biogeography, 30, 827<e2><80><93>835.

Examples

1
2
#loading the monod model object before using it
data(monod)

mmSAR documentation built on May 2, 2019, 5:24 p.m.

Related to monod in mmSAR...