analyseCosts | R Documentation |
Usually called using RunCountry(..., analyseCosts=TRUE)
analyseCosts(results, vaccine_cost, gdp_per_capita)
results |
Data.table (required): results from RunCohort() |
vaccine_cost |
Number (required): cost of a single vaccine |
gdp_per_capita |
Number (required): GDP per capita |
Data.table with cost-analysis
analyseCosts(RunCountry("AFG"), 100, 561)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.