vacgen: Generates vaccination coverages from cleaned vaccination...

Description Usage Arguments Examples

Description

Generates vaccination coverages from cleaned vaccination campaigns dataframe.

Usage

1
vacgen(vacc_schedule, skew, genvals, countryiso)

Arguments

vacc_schedule

This is the processed dataframe of GADM1 and GADM2 entries of vaccination campaigns.

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.

genvals

This is the output from popandvac

countryiso

This is a vector of the ISO codes for all countries you want to generate population vaccination coverage for.

Examples

1
vacgen(vacc_schedule,0,genvals,"AGO")

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