Description Usage Arguments Value Examples
Plots the regression coefficients of a PLSDA model.
1 | plsda_regcoeff_plot(level, ...)
|
level |
the group label to plot regression coefficients for |
... |
additional slots and values passed to struct_class |
struct object
1 2 3 4 5 6 | 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])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.