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

Plot multiclass.roc #56

Open
xrobin opened this issue May 22, 2019 · 1 comment
Open

Plot multiclass.roc #56

xrobin opened this issue May 22, 2019 · 1 comment

Comments

@xrobin
Copy link
Owner

xrobin commented May 22, 2019

This already kind of works with ggroc and univariate multiclass:

m <- multiclass.roc(aSAH$gos6, aSAH$s100b)
ggroc(m$rocs)

This should be improved so that legend is shown correctly, and extended to multivariate plots with ggroc, as well as standard plots.

@xrobin
Copy link
Owner Author

xrobin commented Mar 25, 2020

Note that multiclass.roc(..., plot = TRUE) is supported but not exactly useful. See https://stackoverflow.com/q/60839098/333599.

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