Sensitivity analysis to estimate the variation of reproduction numbers according to the disitrbution of generation time.
sa.GT(
incid,
GT.type,
GT.mean.range,
GT.sd.range,
begin = NULL,
end = NULL,
est.method,
t = NULL,
date.first.obs = NULL,
time.step = 1,
...
)
A data.frame s.a
with following components :
Type of distribution for GT.
Range of means used for tested GTs.
Range of standard deviations used for tested GTs.
Computed value for Reproduction Number given GT.type, GT.mean and GT.sd.
The lower limit of 95% CI for R.
The upper limit of 95% CI for R.
A vector of incident cases.
Type of distribution for GT (see GT.R for details).
Range of mean values used for all GT distributions throughout the simulation. Must be provided as a vector.
Range of standard deviation values used for GT distributions. Must be provided as a vector.
Vector of begin dates for the estimation of epidemic.
Vector of end dates for estimation of the epidemic.
Estimation method used for sensitivity analysis.
Dates vector to be passed to estimation function.
Optional date of first observation, if t not specified.
Optional. If date of first observation is specified, number of day between each incidence observation.
Parameters passed to inner functions
Pierre-Yves Boelle, Thomas Obadia
By using different Generation Time (GT) distribution, different estimates of the reproduction ratio can be analyzed.