convert_prevalence_to_eir {MGDrivE2} | R Documentation |
Generally, pathogen prevalence is a more accesible metric for users, but the Imperial equilibrium function requires an annual EIR. This function converts a given pathogen prevalence to an EIR
Description
Generally, pathogen prevalence is a more accesible metric for users, but the Imperial equilibrium function requires an annual EIR. This function converts a given pathogen prevalence to an EIR
Usage
convert_prevalence_to_eir(prevalence, age_vector, ft, params)
Arguments
prevalence |
desired prevalence value |
age_vector |
age distribution of the population |
ft |
proportion treated |
params |
entomological and epidemiological parameters |
Value
a vector of the equilibrium number of humans in each SIS stage
[Package MGDrivE2 version 2.1.0 Index]