calc.doses: Calculates the number of doses used from coverage.

Description Usage Arguments Examples

Description

Calculates the number of doses used from coverage.

Usage

1
2
calc.doses(vacc.cov, year, country = NA, adm1 = NA, adm2 = NA,
  doses = 0, coverage = NA, agemin = 0, agemax = 100, skew = 0)

Arguments

vacc.cov

The vaccination coverage 3d array.

year

The year the vaccination campaign took place in.

country

The ISO code of the vaccination campaign took place in.

adm1

The adm1 location the vaccination campaign took place in.

adm2

The adm2 location the vaccination campaign took place in.

doses

The doses used in the vaccination campaign.

coverage

The coverage of the vaccination campaign took place in.

agemin

The minimum age targeted.

agemax

The maximum age targeted.

skew

This affects how vaccination campaigns are applied. If the skew is set to -1 then campaigns are applied to the whole population, regardless of prior vaccination status. If the skew is set to 0 then campaigns are applied only to the unvaccinated population. Finally, if the skew is set to 1 then the campaigns are applied to the same population as susbsequent campaigns.

Examples

1
calc.doses(vacc.cov=campaigns,year=2016,country="AGO",adm1="AGO1",adm2=NA,doses=NA,coverage=.9,agemin=10,agemax=50,skew=0)

arranhamlet/popvac_package documentation built on May 10, 2019, 1:48 p.m.