mean_CRI | 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.