excodeFormula Class
excodeFormula-class.RdA generic container for a formula specifying the model used for excess count detection.
Slots
nameCharacter; name of the model, one of `c("FarringtonNoufaily","Harmonic","Custom","MultiState")`.
paramsCharacter vector of parameter names included in the model formula.
interceptLogical; `TRUE` if the model includes an intercept, `FALSE` otherwise.
coefficientsNumeric vector of fitted model coefficients.
failed_optimNumeric indicator (0/1) showing whether an error occurred during model fitting.
time_trendCharacter; type of time trend used in the model (e.g., `"Linear"`, `"Spline1"`, `"Spline2"`, `"None"`).