powered by
Step by step demonstration of the percentiles calculus
explain.percentile(x)
Should be a vector
A demonstration of the calculus process
To calculate the percentiles, the user should give a vector. We can saw the percentile formule in the percentile_ help document.
# NOT RUN { { #data creation data <- c(1,2,2,5,10,4,2) explain.percentile(data) } # }
Run the code above in your browser using DataLab