vaccine_efficacy_severe | R Documentation |
This needs the efficacy against infection because efficacy against severe disease, conditional on breakthrough infection is what safir needs, which is computed as 1 - ((1 - efficacy_disease)/(1 - efficacy_infection)).
vaccine_efficacy_severe(ab_titre, ef_infection, parameters, day)
ab_titre |
a vector of Ab titres |
ef_infection |
a vector of efficacy against infection from |
parameters |
model parameters |
day |
the current day |
a numeric vector, 0 is maximally proective, 1 is maximally unprotective
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.