t_ci_table: t_ci_table

View source: R/t_ci_table.R

t_ci_tableR 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


BaM documentation built on Oct. 14, 2022, 5:07 p.m.

Related to t_ci_table in BaM...