| GUTS_RED_SD {cvasi} | R Documentation |
GUTS-RED-SD scenario
Description
Reduced General Unified Threshold models of Survival (GUTS) with stochastic death (SD).
Usage
GUTS_RED_SD(param, init)
Arguments
param |
optional named |
init |
optional named numeric |
Value
an S4 object of type GutsRedSd
State variables
The following list describes the default names and standard units of GUTS-RED state variables:
-
D, scaled damage (conc) -
H, cumulative hazard (-)
The state variables are initialized with zero by default.
SD model parameters
-
kd, dominant rate constant (time^-1) -
hb, background hazard rate (time^-1) -
z, threshold for effects (conc) -
kk, killing rate constant (time^-1)
Effects
The effect endpoint L (lethality) is available for GUTS-RED models.
A value of zero (0.0) denotes no effect on organism survival. A value of
one (1.0) denotes a lethality rate of 100%, i.e. no survivors.
In addition, the surival rate over time can be derived for all output time
points using survival().
References
EFSA PPR Panel (EFSA Panel on Plant Protection Products and their Residues), Ockleford C, Adriaanse P, Berny P, et al., 2018: Scientific Opinion on the state of the art of Toxicokinetic/Toxicodynamic (TKTD) effect models for regulatory risk assessment of pesticides for aquatic organisms. EFSA Journal 2018; 16(8):5377, 188 pp. doi:10.2903/j.efsa.2018.5377
See Also
Other GUTS-RED models:
GUTS-RED-models,
GUTS_RED_IT()