R/epimodel-objects.R

#' Fitted Epidemiological Model Objects
#' 
#' An S3 class representing a fitted epidemiological model.
#' 
#' The workhorse function \code{epim} of the \pkg{epidemia} package returns an object 
#' of class `epimodel`. This is heavily based on the \code{stanreg} class in \pkg{rstanarm} 
#' (see \code{\link[rstanarm]{stanreg-objects}}). The internals are unimportant, but it is 
#'  helpful to read the documentation to understand how to use methods operating on \code{epimodel}
#' objects. 
#' 
#' @name epimodel-objects
#' 
NULL
ImperialCollegeLondon/epidemia documentation built on June 26, 2021, 7:40 a.m.