View source: R/transformStats.R
range_to_sd | R Documentation |
Converts a range to a standard deviation
range_to_sd(min, max, n)
min |
Minimum value |
max |
Maximum value |
n |
Sample size |
Returns vector of standard deviation
Joel Pick
range_to_sd(min = 3, max = 8, n = 40)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.