Nothing
test_get_cutpoints <- function() {
cutpoints <- 1:10
ref_LP <- 0:100
miss_LP <- 5.5
probs <- c(0, 0.25, 0.5, 0.75, 1)
miss_perc <- 5
ret <- iCARE:::get_cutpoints(ref_LP, probs)
checkEquals(sum(ret == c(0, 25, 50, 75, 100, Inf)), 6)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.