plot.edrSelec: Displaying methods for the class 'edrSelec'
Description
Methods to present the results of a variable selection procedure based on slice inverse regression.
Usage
# S3 method for edrSelec
print(x, ...)
# S3 method for edrSelec
summary(object, nVar=5, ...)
# S3 method for edrSelec
plot(x, nVar=25, ...)
Arguments
x
An object of class edrSelec
generated by the function edrSelec
.
object
An object of class edrSelec
generated by the function edrSelec
.
nVar
If nVar!=NULL
, the method will only show the nVar
most important variables with respect to the criterion computed by the function edrSelec
. Not implemented for the summary
method when executed with a "SR-SIR" procedure.
Value
These methods display (with a text or a graphic) the score of each considered variable. The user should keep the variables with a high score.
Examples
Run this code# NOT RUN {
## see the example of the function edrSelec.
# }
Run the code above in your browser using DataLab