powered by
Calculate the mean from the box plots
rqm_to_mean(min, LQ, median, UQ, max, n)
Returns vector of mean
Minimum value
Lower 75th quartile
Median
Upper 75th quartile
Maximum value
Sample size
Joel Pick
rqm_to_mean(min = 2, LQ = 3, median = 5, UQ = 6, max = 9, n = 30)
Run the code above in your browser using DataLab