coef.rmsb | R Documentation |
Computes either the posterior mean (default), posterior median, or posterior mode of the parameters in an rms
Bayesian regression model
## S3 method for class 'rmsb'
coef(object, stat = c("mean", "median", "mode"), ...)
object |
an object created by an |
stat |
name of measure of posterior distribution central tendency to compute |
... |
ignored |
a vector of intercepts and regression coefficients
Frank Harrell
## Not run:
f <- blrm(...)
coef(f, stat='mode')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.