median.mean | R Documentation |
estimate mean from median, minimum and max. see polanin & snilstveit, 2016
## S3 method for class 'mean'
median(median, min, max)
median |
the median |
min |
the minimum |
max |
the maximum |
median.mean(61, -11, 516)
dat %>% mutate (mean_from_medianminmax = median.mean(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.