PLSDA.VIP | R Documentation |
Returns VIP score of each X-variable in a PLS-DA (obtained from plsda
).
PLSDA.VIP(model, graph = FALSE)
model |
object of class |
graph |
logical: should VIP scores be displayed? |
tab |
table of results. |
sup1 |
name of X-variables having a VIP score > 1. |
Maxime HERVE <maxime.herve@univ-rennes1.fr>
plsda
if (require(mixOmics)) {
data(yeast)
model.PLSDA <- plsda(t(yeast$data),yeast$strain.cond)
PLSDA.VIP(model.PLSDA)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.