R/parameters_vaccine.R
get_vaccine_ab_titre_parameters.Rd
Get parameters for vaccine efficacy and antibody titre decay rate.
get_vaccine_ab_titre_parameters(
vaccine,
max_dose = 2,
correlated = FALSE,
hl_s = 108,
hl_l = 3650,
period_s = 250,
t_period_l = 365,
ab_50 = 0.2,
ab_50_severe = 0.03,
std10 = 0.44,
k = 2.94,
nt_transmission_factor = 12,
nt_efficacy_transmission = FALSE,
max_ab = 8,
mu_ab_list = data.frame(name = c("Pfizer", "AstraZeneca", "Sinovac", "Moderna"),
mu_ab_d1 = c(13/94, 1/59, 28/164, ((185 + 273)/2)/321), mu_ab_d2 = c(223/94, 32/59,
28/164, 654/158))
)
which vaccine? should be one of: "Pfizer", "AstraZeneca", "Sinovac", "Moderna" (controls the mean titre associated with each dose)
maximum number of doses
are doses correlated?
Half life of antibody decay - short
Half life of antibody decay - long
length of the initial decay rate (shortest half-life)
Time point at which to have switched to longest half-life
titre relative to convalescent required to provide 50% protection from infection, on linear scale
titre relative to convalescent required to provide 50% protection from severe disease, on linear scale
Pooled standard deviation of antibody level on log10 data
shape parameter of efficacy curve
used by vaccine_efficacy_transmission to compute the effect of antibody titre on onward transmission
a logical variable, specify if antibody titre should affect onward transmission
maximum allowable antibody titre draw (on natural log scale)
a data.frame