View source: R/transformStats.R
rqm_to_mean | R Documentation |
Calculate the mean from the box plots
rqm_to_mean(min, LQ, median, UQ, max, n)
min |
Minimum value |
LQ |
Lower 75th quartile |
median |
Median |
UQ |
Upper 75th quartile |
max |
Maximum value |
n |
Sample size |
Returns vector of mean
Joel Pick
rqm_to_mean(min = 2, LQ = 3, median = 5, UQ = 6, max = 9, n = 30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.