| ODEmorris {ODEsensitivity} | R Documentation |
Morris Screening for ODE Models
Description
ODEmorris is the generic function for performing a sensitivity
analysis of ODE models using Morris's elementary effects screening method.
Usage
ODEmorris(mod, ...)
Arguments
mod |
either a model function supplied in the manner as needed for
|
... |
further arguments passed to methods, see |
Details
There are two methods for this generic function:
ODEmorris.default (for general ODE models) and
ODEmorris.ODEnetwork (for objects of class ODEnetwork,
see package ODEnetwork).
Author(s)
Frank Weber
See Also
ODEmorris.default, ODEmorris.ODEnetwork
[Package ODEsensitivity version 1.1.2 Index]