pNextGenSize | R Documentation |
Probability of y total transmission directly from x independent infected individuals
pNextGenSize(x, y, R, k)
x |
Number of infected individuals in generation n |
y |
Number of total transmissions in generation n+1 |
R |
Mean of negative binomial offspring distribution |
k |
Dispersion of negative binomial offspring distribution |
The probability of the given number of transmissions
# With 5 individuals in this generation, what is the probability of
# 0 to 15 transmissions in the next generation?
pNextGenSize(x=5, y=0:15, R=0.2, k=0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.