powered by
Step by step demonstration of the quartiles calculus
explain.quartile(x)
A demonstration of the calculus process
Should be a vector
Dennis Monheimius, dennis.monhemimius@edu.uah.es Eduardo Benito, eduardo.benito@edu.uah.es Juan Jose Cuadrado, jjcg@uah.es Universidad de Alcala de Henares
To calculate the quartiles, the user should give a vector. We can saw the quartile formule in the quartile_ help document.
{ #data creation data <- c(1,2,2,5,10,4,2) explain.quartile(data) }
Run the code above in your browser using DataLab