| mean.epiparameter | R Documentation |
<epiparameter> classMean method for <epiparameter> class
## S3 method for class 'epiparameter'
mean(x, ...)
x |
An |
... |
dots Not used, extra arguments supplied will cause a warning. |
A numeric mean of a distribution or NA.
ep <- epiparameter_db(
disease = "COVID-19",
epi_name = "incubation period",
single_epiparameter = TRUE
)
mean(ep)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.