Cascade: Call CareCascade Model This function calls the 'CareCascade'...

Description Usage Arguments Examples

View source: R/Cascade.R

Description

Call CareCascade Model

This function calls the 'CareCascade' model. Various scenarios can be simulated by updating parameters.

Usage

1
2
3
Cascade(s_pop, s_Hbct, s_Vct, s_HbctPocCd4, s_Linkage, s_VctPocCd4,
  s_PreOutreach, s_ImprovedCare, s_PocCd4, s_ArtOutreach, s_Adherence,
  s_ImmediateArt, s_UniversalTestAndTreat, s_Calibration)

Arguments

s_pop

Set the population size denominator (e.g. 10 = 1/10th population size of Kenya)

s_Hbct

Set to '1' to implement 'HBCT' intervention.

s_Vct

Set to '1' to implement 'Enhanced VCT' intervention.

s_HbctPocCd4

Set to '1' to implement 'HBCT (POC CD4)' intervention.

s_Linkage

Set to '1' to implement 'Linkage' intervention.

s_VctPocCd4

Set to '1' to implement 'VCT POC CD4' intervention.

s_PreOutreach

Set to '1' to implement 'Pre-ART Outreach' intervention.

s_ImprovedCare

Set to '1' to implement 'Improved Care' intervention.

s_PocCd4

Set to '1' to implement 'POC CD4' intervention.

s_ArtOutreach

Set to '1' to implement 'ART Outreach' intervention.

s_Adherence

Set to '1' to implement 'Adherence' intervention.

s_ImmediateArt

Set to '1' to implement 'Immediate ART' intervention.

s_UniversalTestAndTreat

Set to '1' to implement 'Universal Test \& Treat' intervention.

s_Calibration

Set to '1' to implement calibration version of 'HBCT' intervention.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# Simulate 'baseline' scenario with 1/1000th population.
Cascade(
 s_pop = 1000,
 s_Hbct = 0,
 s_Vct = 0,
 s_HbctPocCd4 = 0,
 s_Linkage = 0,
 s_VctPocCd4 = 0,
 s_PreOutreach = 0,
 s_ImprovedCare = 0,
 s_PocCd4 = 0,
 s_ArtOutreach = 0,
 s_Adherence = 0,
 s_ImmediateArt = 0,
 s_UniversalTestAndTreat = 0,
 s_Calibration = 0)

jackolney/R-Cascade documentation built on May 18, 2019, 7:57 a.m.