median.sd | R Documentation |
estimate sd from median, minimum and max. see polanin & snilstveit, 2016
## S3 method for class 'sd'
median(median, min, max)
median |
the median |
min |
the minimum |
max |
the maximum |
median.sd(61, -11, 516)
dat %>% mutate (sd_from_medianminmax = median.sd(stress_median, stress_min, stress_max)) -> dat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.