plsda_regcoeff_plot {structToolbox} | R Documentation |
Plots the regression coefficients of a PLSDA model.
plsda_regcoeff_plot(level, ...)
level |
the group label to plot regression coefficients 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_regcoeff_plot(level='setosa') chart_plot(C,M[2])