powered by
Function to quickly return credible intervals
col_summarize(MAT, dig = 2, level = 0.95)
A matrix
Number of digits to round estimates and CrIs to
Confidence level
A character vector of posterior estimates and intervals
# NOT RUN { M <- matrix(rnorm(1000),ncol = 4) col_summarize(M) # }
Run the code above in your browser using DataLab