Learn R Programming

radiant.model (version 0.8.0)

summary.evalbin: Summary method for the evalbin function

Description

Summary method for the evalbin function

Usage

# S3 method for evalbin
summary(object, prn = TRUE, ...)

Arguments

object

Return value from evalbin

prn

Print full table of measures per model and bin

...

further arguments passed to or from other methods

Details

See https://radiant-rstats.github.io/docs/model/evalbin.html for an example in Radiant

See Also

evalbin to summarize results

plot.evalbin to plot results

Examples

Run this code
# NOT RUN {
evalbin("titanic", "age", "survived") %>% summary
evalbin("titanic", c("age","fare"), "survived") %>% summary

# }

Run the code above in your browser using DataLab