mean_CRI {mlsbm} | R Documentation |
Simple function to return the mean (95% CrI) for a vector
mean_CRI(y, dig = 2)
y |
A numeric vector |
dig |
The number of digits to round to |
A string of mean and 95% quantile interval rounded to 'dig'
mean_CRI(rnorm(1000))