powered by
Returns VIP score of each X-variable in a PLS-DA (obtained from plsda).
plsda
PLSDA.VIP(model, graph = FALSE)
object of class "plsda" (from plsda).
"plsda"
logical: should VIP scores be displayed?
table of results.
name of X-variables having a VIP score > 1.
# NOT RUN { 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