#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.