Description Usage Arguments Value Examples
Auxiliary function: getEqualFreqCuts will get the improved Equal-Frequency binning cut points, return a vector.
| 1 | getEqualFreqCuts(x, n)
 | 
| x | A numeric vector you want to bin. | 
| n | The number of bins for Equal-Frequency binning. | 
A vector
| 1 2 3 | x <- c(1,2,3,3,3,3,3,4,6)
as.vector(quantile(x, probs=seq(0,1,1/3)))
getEqualFreqCuts(x,3)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.