check_if_metric_exists | R Documentation |
Check if the training (or validation) set metric exists in the multiSnpnetResults object (list)
check_if_metric_exists(multiSnpnetResults, metric_name)
multiSnpnetResults |
a list containing the results of the multiSnpnet fit |
A boolean value
check_if_metric_exists(fit, 'metric_train')
check_if_metric_exists(fit, 'metric_val')
check_if_metric_exists(fit, 'AUC_train')
check_if_metric_exists(fit, 'AUC_val')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.