ppoislnorm {superspreading} | R Documentation |
Cumulative distribution function of the poisson-lognormal compound distribution
Description
Cumulative distribution function of the poisson-lognormal compound distribution
Usage
ppoislnorm(q, meanlog, sdlog)
Arguments
q |
A |
meanlog |
A |
sdlog |
A |
Details
The function is vectorised so a vector of quantiles can be input and the output will have an equal length.
Value
A numeric
vector of the distribution function.
Examples
ppoislnorm(q = 10, meanlog = 1, sdlog = 2)
ppoislnorm(q = 1:10, meanlog = 1, sdlog = 2)
[Package superspreading version 0.3.0 Index]