dlnormIDD | R Documentation |
IDD transmissibility curve using the log normal PDF
dlnormIDD(x, params, getParams = F)
x |
A vector ranging from 1 to the maximum length of the infectious period. |
params |
A list giving parameter values for the meanlog and sdlog of the log normal PDF. |
getParams |
logical. Tells the function to return the parameter names. |
Log normal PDF
dlnorm(x, meanlog = params$meanlog, sdlog = params$sdlog)
dlnormIDD(1:15, params = list(meanlog = 2, sdlog = 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.