ODEsobol
is the generic function for performing a Sobol' sensitivity
analysis of ODE models.
ODEsobol(mod, ...)
either a model function supplied in the manner as needed for
ode
(for ODEsobol.default
) or an
object of class ODEnetwork
(for ODEsobol.ODEnetwork
).
further arguments passed to methods, see ODEsobol.default
and
ODEsobol.ODEnetwork
.
There are two methods for this generic function:
ODEsobol.default
(for general ODE models) and
ODEsobol.ODEnetwork
(for objects of class ODEnetwork
,
see package ODEnetwork
).