t_ci_table {BaM} | R Documentation |
t_ci_table
Description
A function to calculate credible intervals and make a table. See page 169.
Usage
t_ci_table(coefs,cov.mat,level=0.95,degrees=Inf,quantiles=c(0.025,0.500,0.975))
Arguments
coefs |
vector of coefficient estimates, usually posterior means |
cov.mat |
variance-covariance matrix |
level |
desired coverage level |
degrees |
degrees of freedom parameter for students-t distribution assumption |
quantiles |
vector of desired CDF points (quantiles) to return |
Value
quantile.mat matrix of quantiles
Author(s)
Jeff Gill
[Package BaM version 1.0.3 Index]