# NOT RUN {
evalbin("titanic", "age", "survived") %>% plot
evalbin("titanic", c("age","fare"), "survived") %>% plot
evalbin("titanic", c("age","fare"), "survived", method = "xtile") %>% plot
evalbin("titanic", c("age","fare"), "survived") %>% summary
# }
Run the code above in your browser using DataLab