PLSDA.VIP {RVAideMemoire} | R Documentation |
Variable Importance in the Projection (VIP)
Description
Returns VIP score of each X-variable in a PLS-DA (obtained from plsda
).
Usage
PLSDA.VIP(model, graph = FALSE)
Arguments
model |
object of class |
graph |
logical: should VIP scores be displayed? |
Value
tab |
table of results. |
sup1 |
name of X-variables having a VIP score > 1. |
Author(s)
Maxime HERVE <maxime.herve@univ-rennes1.fr>
See Also
Examples
if (require(mixOmics)) {
data(yeast)
model.PLSDA <- plsda(t(yeast$data),yeast$strain.cond)
PLSDA.VIP(model.PLSDA)
}
[Package RVAideMemoire version 0.9-83-7 Index]