plsda_roc_plot {structToolbox}R Documentation

plsda_roc_plot class

Description

Plots the ROC curve of a PLSDA model. Only suitable for two classes.

Usage

plsda_roc_plot(factor_name, ...)

Arguments

factor_name

The sample_meta column name to use

...

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_roc_plot(factor_name='Species')
chart_plot(C,M[2])

[Package structToolbox version 1.0.1 Index]