quantile_cpp | R Documentation |
Attempts to find quantiles
quantile_cpp(x, probs)
x |
A |
probs |
A |
A vector
containing the quantiles
James J Balamuta
#Call with the following data: quantile_cpp(c(1,2,3,4,5,6,7), c(.25,.5,.75)) quantile(c(1,2,3,4,5,6,7), c(.25,.5,.75))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.