add.vacc.campaign: This adds vaccination campaigns from the generated csv to the...

Description Usage Arguments Examples

Description

This adds vaccination campaigns from the generated csv to the vaccination coverage.

Usage

1
2
3
add.vacc.campaign(dndf, pop1.adm2, vacc.cov, year = y, country = NA,
  adm1 = NA, adm2 = NA, doses = 0, coverage = NA, agemin = 0,
  agemax = 100, skew = 0)

Arguments

dndf

A dataframe with the adm0, adm1 and adm2 locations of campaigns to be implemented.

pop1.adm2

The population 3d array.

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

The skew.

Examples

1
add.vacc.campaign(vacc.cov=campaigns,pop1.adm2=populationarray,year=2016,country="AGO",adm1="AGO1",adm2=NA,doses=50000,coverage=NA,agemin=10,agemax=50,skew=0)

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