powered by
Summary method for the evalbin function
# S3 method for evalbin summary(object, prn = TRUE, ...)
Return value from evalbin
evalbin
Print full table of measures per model and bin
further arguments passed to or from other methods
See https://radiant-rstats.github.io/docs/model/evalbin.html for an example in Radiant
evalbin to summarize results
plot.evalbin to plot results
plot.evalbin
# NOT RUN { evalbin("titanic", "age", "survived") %>% summary evalbin("titanic", c("age","fare"), "survived") %>% summary # }
Run the code above in your browser using DataLab