plsda_vip_plot {structToolbox} | R Documentation |
Plots the vip scores of a PLSDA model.
plsda_vip_plot(threshold = 1, level, ...)
threshold |
the VIP threshold to plot. Default = 1 |
level |
= the group label to plot VIP scores for |
... |
additional slots and values passed to struct_class |
struct object
D = iris_DatasetExperiment() M = mean_centre()+PLSDA(factor_name='Species') M = model_apply(M,D) C = plsda_vip_plot(level='setosa') chart_plot(C,M[2])