Transforms the vaccine efficacy data to ensure that all vaccine efficacy values are n-doses efficacy.
Arguments
- efficacy
[data.frame]Vaccine doses efficacy estimates table which is structured as efficacy_default.- vs_info
[data.frame]The raw vaccination schedule table which is structured as dummy_vs_info or the preprocessed table when applyingpreprocess_vs_info()to the raw table, structured as prep_dummy_vs_info.
Value
[data.frame] Vaccine doses efficacy estimates table preprocessed which is structured
as prep_dummy_efficacy.