Provides a summary of parameter estimates and MCMC diagnostics. Similar
to summary.stanreg
in rstanarm.
# S3 method for epimodel summary( object, pars = NULL, regex_pars = NULL, probs = c(0.1, 0.5, 0.9), ..., digits = 1 ) # S3 method for summary.epimodel print(x, digits = max(1, attr(x, "print.digits")), ...)
object | A fitted model object returned by |
---|---|
pars | A character vector giving a subset of parameters to include. Default is NULL, in which case all parameters are included. |
regex_pars | A character vector of regular expressions to select parameters. If pars is also used, regex_pars is used in conjunction with pars. |
probs | A numeric vector of probabilities for computing quantiles of parameter estimates. |
... | Not used. |
digits | Number of digits to use for formatting numbers when printing. |
x | An object of class |
An object of class "summary.epimodel"
.