A function to plot the output of the crissCrossValidate function.
crissCrossPlot.Rd
This function generates a heatmap of the cross-validation results from
crissCrossValidate
. By default, it hides the "resubstitution" diagonal
(where the training == test set) unless showResubMetric = TRUE
.
Arguments
- crissCrossResult
The output of the
crissCrossValidate
function.- includeValues
Logical. If
TRUE
, numeric values are printed on each tile.- showResubMetric
Logical. If
FALSE
, the diagonal (resubstitution) cells are set toNA
and appear grayed-out or blank. Defaults toFALSE
.