powered by
Returns VIP score of each X-variable in a PLS-DA (obtained from plsda).
plsda
PLSDA.VIP(model, graph = FALSE)
table of results.
name of X-variables having a VIP score > 1.
object of class "plsda" (from plsda).
"plsda"
logical: should VIP scores be displayed?
Maxime HERVE <maxime.herve@univ-rennes1.fr>
if (require(mixOmics)) { data(yeast) model.PLSDA <- plsda(t(yeast$data),yeast$strain.cond) PLSDA.VIP(model.PLSDA) }
Run the code above in your browser using DataLab