View source: R/malariasimulation.R
model_distribution_to_usage | R Documentation |
Estimate the population-level bed net usage at given times for a set of bed net distributions at given times. This assumes a constant rate of net loss (as in malariasimulation) and that recipients of multiple rounds are random.
model_distribution_to_usage(
usage_timesteps,
distribution,
distribution_timesteps,
mean_retention = 365 * 5
)
usage_timesteps |
Target usage time points |
distribution |
Vector of model distribution (% of total population) |
distribution_timesteps |
A vector of distribution time steps |
mean_retention |
The average duration of net retention (days) |
Usage estimates at timepoints
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.