Description Usage Arguments Examples
This function allows you to easily paste a median and credible interval into a readable form for tables, graphs, text, etc...
1 | median_CRI(x, na.rm = FALSE, digits = 2, cred = 0.95)
|
x |
A vector of numeric data to summarize |
na.rm |
Remove NAs from x |
digits |
Number of decimals to round to |
cred |
Level of credible interval between 0 and 1. |
1 2 | x <- rnorm(100)
median_CRI(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.