p_val_auc: calculate p-value for the AUC statistics

Description Usage Arguments Examples

Description

Calcualte p-value for the AUC statistics corresponding to null hypothesis AUC == 0

Usage

1
p_val_auc(predictions, labels)

Arguments

predictions

predicted values

labels

true values

Examples

1
p_val_auc(c(0.3, 0.4, 0.6, 0.7), c(0, 0, 1, 1))

dinga92/neuromancr documentation built on June 18, 2019, 12:33 a.m.