set_demography: Parameterise variable deathrates

View source: R/population_parameters.R

set_demographyR Documentation

Parameterise variable deathrates

Description

Parameterise variable deathrates

Usage

set_demography(parameters, agegroups, timesteps, birthrates, deathrates)

Arguments

parameters

the model parameters

agegroups

vector of agegroups (in timesteps)

timesteps

vector of timesteps for each change in demography

birthrates

vector of new birthrates (number of individuals born per timestep) for each element of timesteps

deathrates

matrix of deathrates per age group per timestep. Rows are timesteps from the timesteps param. Columns are the age groups from the agegroups param.


pahanc/malariasimulation_Ace_params documentation built on March 12, 2024, 2:21 a.m.