View source: R/summary.ddsPLS.R
summary.ddsPLS | R Documentation |
Function to sum up bootstrap performance results of the ddsPLS algorithm
## S3 method for class 'ddsPLS'
summary(
object,
return = FALSE,
plotSelection = FALSE,
las = 1,
cex.names = 1,
digits = 2,
...
)
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. |
ddsPLS
, plot.ddsPLS
, predict.ddsPLS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.