getParamCoef {rmsb} | R Documentation |
Retrieves posterior mean, median, or mode (if available)
getParamCoef(
fit,
posterior.summary = c("mean", "median", "mode"),
what = c("both", "betas", "taus")
)
fit |
a Bayesian model fit from |
posterior.summary |
which summary statistic (Bayesian point estimate) to fetch |
what |
specifies which coefficients to include. Default is all. Specify |
vector of regression coefficients
Frank Harrell