Learn R Programming

SCE (version 1.1.2)

Plot_RFE: Plot Recursive Feature Elimination Results

Description

Plot Recursive Feature Elimination results.

Usage

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", 
         ...)

Value

Plot showing validation and testing R2 vs number of predictors.

Arguments

rfe_result

Result object from RFE_SCE function

main

Plot title

col_validation

Color for validation line

col_testing

Color for testing line

pch

Point character

lwd

Line width

cex

Point size

legend_pos

Legend position

...

Additional arguments

See Also

RFE_SCE