Skip to content

Commit

Permalink
Update results6_cost_analysis.R
Browse files Browse the repository at this point in the history
  • Loading branch information
katiehampson1978 committed Feb 5, 2024
1 parent ab1a56b commit 861de39
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions results6_cost_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,13 @@ Est_overall_costs$year <- "overall"
write.csv(t(rbind(Cost_PEPDataFRAME, Est_overall_costs)),
"outputs/Results_Cost_Analysis.csv")


# Back of the envelope economic costs
humans <- 113959168
HDR <- 11
dogs <- humans/HDR
vax_cov <- 0.7
dog_vaccine <- 0.25
dogs * vax_cov * dog_vaccine # i.e. A fraction of PEP!
cost_per_dog_vax <- 2
dogs * vax_cov * cost_per_dog_vax # STILL MUCH CHEAPER

0 comments on commit 861de39

Please sign in to comment.