Learn R Programming

rattle (version 2.6.25)

doRiskChart: A convinent wrapper for plotRisk

Description

Plots a Rattle Risk Chart wrapping up evaluateRisk and plotRisk.

Usage

doRiskChart(pr, data, test, target, risk, main)

Arguments

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.

References

Package home page: http://rattle.togaware.com

See Also

plotRisk, evaluateRisk.