test_data {multiROC} | R Documentation |
Example dataset
Description
This example dataset contains two classifiers (m1, m2), and three groups (G1, G2, G3).
Usage
data("test_data")
Format
A data frame with 85 observations on the following 9 variables.
G1_true
true labels of G1 (0 - Negative, 1 - Positive)
G2_true
true labels of G2 (0 - Negative, 1 - Positive)
G3_true
true labels of G3 (0 - Negative, 1 - Positive)
G1_pred_m1
predictive scores of G1 in the classifier m1
G2_pred_m1
predictive scores of G2 in the classifier m1
G3_pred_m1
predictive scores of G3 in the classifier m1
G1_pred_m2
predictive scores of G1 in the classifier m2
G2_pred_m2
predictive scores of G2 in the classifier m2
G3_pred_m2
predictive scores of G3 in the classifier m2
Examples
data(test_data)
[Package multiROC version 1.1.1 Index]