plsda_regcoeff_plot {structToolbox}R Documentation

plsda_regcoeff_plot class

Description

Plots the regression coefficients of a PLSDA model.

Usage

plsda_regcoeff_plot(level, ...)

Arguments

level

the group label to plot regression coefficients for

...

additional slots and values passed to struct_class

Value

struct object

Examples

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])

[Package structToolbox version 1.5.7 Index]