Description Usage Arguments Details Value
Calculates the probability of illness for a specific pathogen based the amount of wastewater consumed during the swimming event
1 2 | PathogenDose(doseresp = "exp", alpha, beta = 0, Pillinf,
path_sewage_dist = "lunif", p_alpha, p_beta, dose)
|
doseresp |
The dose response model being used. Type |
alpha |
First parameter for the dose response |
beta |
Second parameter for the dose response. Leave blank if using single paramter exponential dose response |
Pillinf |
The fraction of infections that become illnesses
If Pillinf is a distribution not a single value, use the function Fraction to
generate a monte carlo table. Can be a single value or a monte carlo vector
generated from the |
path_sewage_dist |
The distribution of the pathogen in sewage.
Choose either |
p_alpha |
The first parameter value for the distribution of pathogen in
sewage. For |
p_beta |
The second parameter value for the distribution of pathogen in
sewage. For |
dose |
Returned dose from Wastewater Dose function. Defaults to WWdose |
This function computes the probability of illness from exposure to wastewater
Probability of illness pill1
. Vector contains count
number
of samplings. To calculate illness from n
number of pathogens, use the formula
totpill=1-((1-pill1)(1-pill2)(1-pill3)(1-pill4)...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.