Plot Recursive Feature Elimination results.
Plot_RFE(rfe_result,
main = "OOB Validation and Testing R2 vs Number of Predictors",
col_validation = "blue",
col_testing = "red",
pch = 16,
lwd = 2,
cex = 1.2,
legend_pos = "bottomleft",
...)Plot showing validation and testing R2 vs number of predictors.
Result object from RFE_SCE function
Plot title
Color for validation line
Color for testing line
Point character
Line width
Point size
Legend position
Additional arguments
RFE_SCE