rd_multiple_runs {CalibratR}R Documentation

rd_multiple_runs

Description

This functions plots all n reliability diagrams that were constructed during n-times repeated m-fold cross-validation (CV). During calibration model evaluation, CV is repeated n times, so that eventually n reliability diagrams are obtained.

Usage

rd_multiple_runs(list_models)

Arguments

list_models

list object that contains n-times the output from the reliability_diagramm. method.

Value

a list object that contains a reliability diagram that visualises all reliabilty diagrams that were constructed during n-times repeated m-fold cross-validation.

See Also

melt ggplot,geom_line,aes,geom_abline,ylab,xlab,xlim,ylim,coord_fixed,geom_text,scale_color_discrete,ggtitle


[Package CalibratR version 0.1.2 Index]