plsda_roc_plot {structToolbox} | R Documentation |
Plots the ROC curve of a PLSDA model. Only suitable for two classes.
plsda_roc_plot(factor_name, ...)
factor_name |
The sample_meta column name to use |
... |
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_roc_plot(factor_name='Species') chart_plot(C,M[2])