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