Description Usage Arguments Examples
Calculate Empirical Rule dnorm(values,mean = mean(values),sd=sqrt(sum((values-mean(values))^2)/(length(values)-1)),log = FALSE)
1 | calculateEmpiricalRule(values)
|
values |
The values for calculating the Empirical Rule |
1 | calculateEmpiricalRule(c(5,6,7))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.