print.rmsb | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.