QiniArea {tools4uplift} | R Documentation |
Computes the area under the Qini curve.
QiniArea(x)
x |
a table that must be the output of |
the Qini coefficient
Mouloud Belbahri
Radcliffe, N. (2007). Using control groups to target on predicted lift: Building and assessing uplift models. Direct Marketing Analytics Journal, An Annual Publication from the Direct Marketing Association Analytics Council, pages 14-21.
Belbahri, M., Murua, A., Gandouet, O., and Partovi Nia, V. (2019) Uplift Regression, <https://dms.umontreal.ca/~murua/research/UpliftRegression.pdf>
QiniTable
library(tools4uplift) data("SimUplift") square1 <- SquareUplift(SimUplift, "X1", "X2", "treat", "y") #performance of the heat map uplift estimation on the training dataset perf <- QiniTable(data = square1, treat = "treat", outcome = "y", prediction = "Uplift_X1_X2", nb.group = 5) QiniArea(perf)