Learn R Programming

Modelcharts (version 0.1.0)

Modelcharts: Gain Chart and Lift Chart

Description

This Package provides two important functions for producing Gain chart and Lift chart for any classification model.

Arguments

GAIN_CHART()

Creates a gain chart based on calculated probability values and actual outcome.

LIFT_CHART()

creates a lift chart based on calculated probability values and actual outcome.

See Also

GAIN_CHART, LIFT_CHART