plsda_auroc_vip_method | R Documentation |
Method for nmr_data_analysis (PLSDA model with AUROC and VIP outputs)
plsda_auroc_vip_method(ncomp, auc_increment_threshold = 0.05)
ncomp |
Max. number of latent variables to explore in the PLSDA analysis |
auc_increment_threshold |
Choose the number of latent variables when the AUC does not increment more than this threshold. |
Returns an object to be used with nmr_data_analysis to perform a (optionally multilevel) PLS-DA model, using the area under the ROC curve as figure of merit to determine the optimum number of latent variables.
method <- plsda_auroc_vip_method(3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.