doRiskChart {rattle} | R Documentation |
Plots a Rattle Risk Chart wrapping up evaluateRisk and plotRisk.
doRiskChart(pr, data, test, target, risk, main)
pr |
a vector of predicted values corresponding to the rows of data. |
data |
the data frame on which the predictions were made. |
test |
the rows of the data frame on which the predictions were made. |
target |
the name of the target column in the data frame. |
risk |
the name of the risk column in the data frame. |
main |
title for the plot. |
Package home page: http://rattle.togaware.com