This class is a container for the parameterization using external data.
Custom-class.RdThis class is a container for the parameterization using external data.
Slots
dataA data.frame containing variables which are used to model case counts. All variables in the data.frame will be used in the model. The data.frame has to have the same number of rows as time points in the time series.
timepoints_per_unitNumber of time points within the considered time unit (e.g. 52 for weekly observations in a year).
offsetTRUE if an offset should be included in the model.
formula_bckgA formula which models the 'normal' (background) states.
formulaA formula which models which includes variable(s) to model 'excess' state(s).