powered by
Converts a range to a standard deviation
range_to_sd(min, max, n)
Returns vector of standard deviation
Minimum value
Maximum value
Sample size
Joel Pick
range_to_sd(min = 3, max = 8, n = 40)
Run the code above in your browser using DataLab