| prior_summary {rstantools} | R Documentation |
See prior_summary.stanreg in the
rstanarm package for an example.
prior_summary(object, ...) ## Default S3 method: prior_summary(object, ...)
object |
The object to use. |
... |
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.
The guidelines for developers of R packages interfacing with Stan, a
copy of which can be found in the package vignettes. See
browseVignettes("rstantools") or vignette(package =
"rstantools"). The document is also available online at the
rstantools page on the
CRAN
website.
# See help("prior_summary", package = "rstanarm")