Basic Print for Bayesian Parameter Summary
For a Bayesian regression fit prints the posterior mean, median, SE, highest posterior density interval, and symmetry coefficient from the posterior draws. For a given parameter, the symmetry measure is computed using the distSym
function.
## S3 method for class 'rmsb' print(x, prob = 0.95, dec = 4, intercepts = TRUE, pr = TRUE, ...)
x |
an object created by an |
prob |
HPD interval coverage probability (default is 0.95) |
dec |
amount of rounding (digits to the right of the decimal) |
intercepts |
set to |
pr |
set to |
... |
ignored |
matrix (rounded if pr=TRUE
)
Frank Harrell
## Not run: f <- blrm(...) print.rmsb(f) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.