Learn R Programming

OptimalBinningWoE (version 1.0.8)

plot.obwoe_gains: Plot Gains Table

Description

Visualizes gains table metrics including cumulative capture curves, KS plot, and lift chart.

Usage

# S3 method for obwoe_gains
plot(x, type = c("cumulative", "ks", "lift", "woe_iv"), ...)

Value

Invisibly returns NULL.

Arguments

x

An object of class "obwoe_gains".

type

Character string: "cumulative" (default), "ks", "lift", or "woe_iv".

...

Additional arguments passed to plotting functions.