mean_sd_range | R Documentation |
Function for table output giving mean, standard deviation, plus range (minimum value and maximum value). Can be useful in summary tables.
mean_sd_range(x, digits = 1, ...)
x |
numerical value |
digits |
number of digits to use |
... |
other vars, parsed to mean/min/max/sd functions |
character string of mean plus range
mean_sd_range(rnorm(1000, 1000, 100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.