median_iqr | R Documentation |
Creates a vector with the mean and interquartile range.
Output can be used directly in the function
format_values
to create summary tables.
median_iqr(var, na.rm = TRUE)
var |
numerical vector |
na.rm |
logical, indicating whether NA values should be excluded |
Character string
median_iqr(rnorm(100, 1000, 100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.