retrospec: Function to predict efficacy of outbreak-response vaccination...

Description Usage Arguments Value Examples

View source: R/rfuncs.R

Description

Function to predict efficacy of outbreak-response vaccination campaign

Usage

1
2
retrospec(R, day, vaccine_efficacy, target_vaccination,
  intervention_length, mtime, LP = 7, IP = 7, N = 10000)

Arguments

R

reproductive ratio

day

first day of ORV campaign

vaccine_efficacy

Vaccine efficacy

target_vaccination

fraction of population vaccinated during ORV campaign

intervention_length

duration of ORV campaign

mtime

length of simulation

LP

length of latent period

IP

length of infectious period

N

initial susceptible population size

Value

A list of gradients

Examples

1
2
3
red1=retrospec(R=1.8, 161, vaccine_efficacy=0.85, target_vaccination=0.5, 
 intervention_length=10, mtime=250, LP=8, IP=5, N=16000)
1-red1$redn

epimdr documentation built on March 26, 2020, 7:41 p.m.

Related to retrospec in epimdr...