Description Usage Arguments Value Examples
View source: R/col_summarize.R
Function to quickly return credible intervals
1 | col_summarize(MAT, dig = 2, level = 0.95)
|
MAT |
A matrix |
dig |
Number of digits to round estimates and CrIs to |
level |
Confidence level |
A character vector of posterior estimates and intervals
1 2 | M <- matrix(rnorm(1000),ncol = 4)
col_summarize(M)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.