Generate the summary table for the Bayesian model
Source:R/refundBayes_summary.R
summary.refundBayes.RdGenerate the summary table for the Bayesian model
Usage
# S3 method for class 'refundBayes'
summary(object = NULL, ..., prob = 0.95)Arguments
- object
A fitted object returned by
sofr_bayes().- ...
Other parameters
- prob
Coverage probability for the reported confidence intervals. Defaults to 0.95.