R/prior_summary.R
prior_summary.epimodel.Rd
Returns a summary of the prior distributions used
# S3 method for epimodel prior_summary(object, digits = 3, ...)
object | The object to use. |
---|---|
digits | Number of digits used for rounding. |
... | Arguments passed to methods. See the methods in the rstanarm package for examples. |
prior_summary()
methods should return an object containing
information about the prior distribution(s) used for the given model.
The structure of this object will depend on the method.
The default method just returns object$prior.info
, which is
NULL
if there is no 'prior.info'
element.