View source: R/utils-predict.R
cutpoints | R Documentation |
Calculate cutpoints/breaks for cut
to have an equal number of
patients/observations per group.
cutpoints(x, n = 50L)
x |
|
n |
|
double
, cutpoints
x <- seq(0, 1, length.out = 10)
cutpoints(x, n = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.