View source: R/parameter_tbl.R
parameter_tbl | R Documentation |
This function subsets the epidemiological parameter library to return only the chosen epidemiological distribution. The results are returned as a data frame containing the disease, epidemiological distribution, probability distribution, author of the study, and the year of publication.
parameter_tbl(
multi_epiparameter,
disease = "all",
pathogen = "all",
epi_name = "all"
)
multi_epiparameter |
Either an |
disease |
A |
pathogen |
A |
epi_name |
A |
A <parameter_tbl>
object which is a subclass of <data.frame>
.
Joshua W. Lambert, Adam Kucharski
epiparameter_list <- epiparameter_db(disease = "COVID-19")
parameter_tbl(multi_epiparameter = epiparameter_list)
# example filtering an existing list to incubation periods
epiparameter_list <- epiparameter_db(disease = "COVID-19")
parameter_tbl(
multi_epiparameter = epiparameter_list,
epi_name = "incubation period"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.