Description Usage Arguments Examples
Generic method to plot a binnig object
1 2  | 
x | 
 A binning object.  | 
... | 
 Extra arguments.  | 
1 2 3 4 5 6 7 8  | data(german_credit)
bin <- binning(german_credit$duration_in_month, german_credit$good_bad)
plot(bin)
x <- runif(250)
y <- rbinom(250, 1, x)
bin <- binning(x, y)
plot(bin)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.