Skip to contents

The function calculates per capita incidence rates per 1000 individuals

Usage

calculate_incidence(cum_infections, Ntotal, time_window)

Arguments

cum_infections

array of cumulative number of infections.

Ntotal

array of total number of individuals.

time_window

time window over which to calculate incidence.