FindBestCut | R Documentation |
By various rules, find the best cutoff values for a given number of bins.
FindBestCut(X, K, beta = 0.2, ...)
X |
A numeric vector to divide into K bins. |
K |
Number of bins. |
beta |
Additional parameter in the penalty. For more detailed explanation, see reference. |
... |
Arguments to be passed to methods. |
The best cutoff values to make K bins using X and the minimum within sums of square values for the binning
Lavielle, M. and Bleakley, K. (2011). Automatic data binning for improved visual diagnosis of pharmacometric models. Journal of pharmacokinetics and pharmacodynamics, 38(6), 861-871.
VPC automatic binning algorithm in PsN 5.0.0 manual.
data(origdata) FindBestCut(origdata$TIME,K=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.