Skip to contents

Transforms the vaccine efficacy data to ensure that all vaccine efficacy values are n-doses efficacy.

Usage

preprocess_efficacy(efficacy, vs_info)

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 applying preprocess_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.