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