Sensitivity analysis of reproduction ratio using supported estimation methods.
sa.time(incid, GT, begin = NULL,
end = NULL, est.method,
t = NULL, date.first.obs = NULL,
time.step = 1, res = NULL,
...)
A list with components as a data frame:
data.frame object with all results from sensitivity analysis.
the same object, with NA rows removed. Used only for easy export of results.
Matrix with values of R0 given begin
(rows) and end
(columns) dates.
A range of begin
dates in epidemic.
A range of end
dates in epidemic.
incident cases
generation time distribution
Vector of begins date of the estimation of epidemic
Vector of end
dates of 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
If specified, will extract most of data from a R0.R-class result already generated by est.R0 and run sensitivity analysis on it.
parameters passed to inner functions
Pierre-Yves Boelle, Thomas Obadia
By varying different pairs of begin
and end
dates,different estimates of reproduction ratio can be analyzed.
'begin' and 'end' vector must have the same length for the sensitivity analysis to run.
They can be provided either as "dates" or "numeric" values, depending on the other parameters (see check.incid).
If some begin/end dates overlap, they are ignored, and corresponding uncomputed data are set to NA.
Also, note that unreliable Rsquared values are achieved for very small time period (begin
~ end
).
These values are not representative of the epidemic outbreak behaviour.