calculate_impact.Rd
calc_impact
This function calculates the
proportion by which vectorial capacity is reduced for each of a list of interventions
when deployed to a cohort of humans
calculate_impact(interventions_vec, coverage_vec, model_p, Nv0, num_ip_points)
vector of intervention names
vector of coverages to consider for each intervention
list of vector- and host-specific entomological parameters
(see description of output from function calc_model_params
)
number of mosquitoes born and entering the host-seeking state per day
number of time points to be considered
vector of human behavior before biting starts to consider for each intervention. Can be "inside" or "outside".
list object with the following attributes:
vec_p
: list of vector-specific entomological parameters (see
description of output from function get_vector_params
)
host_p
: list of host-specific entomological parameters (see
description of output from function get_host_params
)
interventions_vec
: vector of intervention-specific entomological
parameters and impact (vectorial capacity) values
TO DO