A function to plot the output of the crissCrossValidate function.
crissCrossPlot.RdThis 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
crissCrossValidatefunction.- includeValues
Logical. If
TRUE, numeric values are printed on each tile.- showResubMetric
Logical. If
FALSE, the diagonal (resubstitution) cells are set toNAand appear grayed-out or blank. Defaults toFALSE.