Learn R Programming

RVAideMemoire (version 0.9-83-7)

PLSDA.VIP: 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)

Value

tab

table of results.

sup1

name of X-variables having a VIP score > 1.

Arguments

model

object of class "plsda" (from plsda).

graph

logical: should VIP scores be displayed?

Author

Maxime HERVE <maxime.herve@univ-rennes1.fr>

See Also

plsda

Examples

Run this code
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