run_model_example.Rd
run_model_example
runs model using declared age, EIR, ft, country, admin
run_model_example(
age = c(0, 0.25, 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2, 3.5, 5, 7.5, 10, 15, 20, 30, 40,
50, 60),
EIR = 10,
ft = 0.4,
admin2 = "Tororo",
time = 365
)
Vector of age brackets. Default=c(0,0.25,0.5,0.75,1,1.25,1.5,1.75,2,3.5,5,7.5,10,15,20,30,40,50,60)
Numeric of annual EIR. Default=10
Numeric of proportion of symptomatic cases recieving treatment. Default=0.4
Character of admin unit. Default = "Tororo"
Numeric of length of time that the model will run for in days. Default=365