Description Usage Arguments Value See Also
View source: R/calculate_risk.R
Risk calculation: infection
1 2 3 4 5 6 7 8 9 | calc_infection_risk(
inflow_orgPerLitre = 10,
treatment_logRemoval = 5.8,
exposure_daysPerYear = 365,
doseresponse_modelType = "dr.expo",
waterConsumption_LitrePerDay = 1,
target_infectionRisk_perYear = 1/10000,
...
)
|
inflow_orgPerLitre |
concentration of microbiological parameter in inflow to water treatment plant (default: 10 Org/L) |
treatment_logRemoval |
reduction of microbiological concentration in water treatment plant (default: 5.8 log) |
exposure_daysPerYear |
exposure days per year (default: 365) |
doseresponse_modelType |
dose response model to be used: "dr.expo" for exponential or "dr.betapoisson" for beta-poisson model |
waterConsumption_LitrePerDay |
daily water consumption (default: 1 L/day) |
target_infectionRisk_perYear |
NOT IMPLEMENTED YET!!!! target infection risk per per year. Only used if one of the following input parameters (i.e. "inflow_orgPerLitre", "treatment_logRemoval", "exposure_daysPerYear", "waterConsumption_LitrePerDay") is not defined (default: 1/10000). |
... |
additional parameters used for dose response modelling. Depends on used dose-response model |
list with input parameters and calculated infection risk
dr.expo
for exponential or
dr.betapoisson
for beta-poisson dose-response model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.