Description Usage Format Examples
This example dataset contains two classifiers (m1, m2), and three groups (G1, G2, G3).
| 1 | data("test_data")
 | 
A data frame with 85 observations on the following 9 variables.
G1_truetrue labels of G1 (0 - Negative, 1 - Positive)
G2_truetrue labels of G2 (0 - Negative, 1 - Positive)
G3_truetrue labels of G3 (0 - Negative, 1 - Positive)
G1_pred_m1predictive scores of G1 in the classifier m1
G2_pred_m1predictive scores of G2 in the classifier m1
G3_pred_m1predictive scores of G3 in the classifier m1
G1_pred_m2predictive scores of G1 in the classifier m2
G2_pred_m2predictive scores of G2 in the classifier m2
G3_pred_m2predictive scores of G3 in the classifier m2
| 1 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.