You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/plotCGains.R
+7-27Lines changed: 7 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@
3
3
#' @description Cumulative Gains Chartis a plot of the rate of positive prediction against true positive rate for the different thresholds.
4
4
#' It is useful for measuring and comparing the accuracy of the classificators.
5
5
#' @param object An object of class ModelAudit
6
-
#' @param newdata optionally, a data frame in which to look for variables with which to plot CGains curve. If omitted, the data used to build model will be used.
7
-
#' @param newy optionally, required if newdata used. Response vector for new data.
8
6
#' @param ... other modelAudit objects to be plotted together
0 commit comments