intro"

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(rawKS)
data("two_class_example_edited")
max(ks_table(two_class_example_edited$yhat, two_class_example_edited$y)$ks)
ks_table(two_class_example_edited$yhat, two_class_example_edited$y) %>% 
  ks_plot()


Try the rawKS package in your browser

Any scripts or data that you put into this service are public.

rawKS documentation built on Feb. 6, 2020, 5:09 p.m.