Description Usage Arguments Value Examples
View source: R/predict_ecxsys.R
Calculate the survivals and stresses of an ECx-SyS model at arbitrary concentrations.
1 | predict_ecxsys(model, concentration)
|
model |
An ECx-SyS model as returned by |
concentration |
A numeric vector of concentrations. |
A data frame (of class "ecxsys_predicted") with the following columns:
The supplied concentrations.
The survival predicted by the five-parameter log-logistic model derived from the observations under toxicant stress but without environmental stress.
Modeled survival resulting from toxicant stress.
Modeled survival resulting from toxicant and system stress.
The toxicant stress.
System stress under toxicant stress conditions without environmental stress.
The sum of stress_tox
and
sys_tox
.
The survival predicted by the five-parameter log-logistic model derived from the observations under toxicant stress with environmental stress.
Modeled survival resulting from toxicant and environmental stress.
Modeled survival resulting from toxicant, environmental and system stress.
Environmental stress.
The sum of toxicant and environmental stress.
System stress under toxicant and environmental stress conditions.
The sum of stress_tox_env
and
sys_tox_env
.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.