summary.ddsPLS {ddsPLS} | R Documentation |
Function to sum up bootstrap performance results of the ddsPLS algorithm
Description
Function to sum up bootstrap performance results of the ddsPLS algorithm
Usage
## S3 method for class 'ddsPLS'
summary(
object,
return = FALSE,
plotSelection = FALSE,
las = 1,
cex.names = 1,
digits = 2,
...
)
Arguments
object |
A ddsPLS object. |
return |
Wether or not to return the printed values, default to FALSE. |
plotSelection |
boolean. Whether plot the selection variables. |
las |
interger. Parameter for angle of variable names. |
cex.names |
real positive. Which factor zomm the variable names. |
digits |
integer indicating the number of decimal places (round) to be used. |
... |
Other parameters to be taken into account. |
See Also
ddsPLS
, plot.ddsPLS
, predict.ddsPLS
[Package ddsPLS version 1.2.1 Index]