Function for Extracting Vaccine Effectiveness Plot
Source:R/coh_effectiveness.R
plot.effectiveness.Rd
This function creates plots from an object of class
effectiveness
. It returns a Log-Log plot when type = "loglog"
,
or a Survival curve when type = "surv"
. Survival plots can be
shown as cumulative incidence (cumulative = TRUE
), and using
percentages (percentage = TRUE
).