This class is a container for the parameterization of a MultiState model.
MultiState-class.RdThis class is a container for the parameterization of a MultiState model.
Slots
nStatesThe number of states of the model.
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.
interceptTRUE if the model should include an intercept, FALSE otherwise.
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).