Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Significance of a single ROC curve #39

Open
xrobin opened this issue Jan 27, 2019 · 0 comments
Open

Significance of a single ROC curve #39

xrobin opened this issue Jan 27, 2019 · 0 comments

Comments

@xrobin
Copy link
Owner

xrobin commented Jan 27, 2019

It should be possible to calculate the significance of a single ROC curve.

This would test H_0: AUC = 0.5.

For a full AUC this should correspond to the Wilcoxon Test. For partial AUC we need to use bootstrapping. Something like this:

roc.test(roc(aSAH$outcome, aSAH$ndka))
roc.test(roc(aSAH$outcome, aSAH$ndka, partial.auc = c(1, 0.9)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant