-
Notifications
You must be signed in to change notification settings - Fork 31
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
failing to pair roc curves builed with formula #68
Comments
Works for me:
Please provide the steps to reproduce as requested when you created this bug report. |
Here's an exemple of the code i used yesterday :
|
Thanks for the update.
I will see how this can be handled. At the moment I'm thinking setting a default na.action=na.pass and documenting the behavior if a different na.action is used, but there might be a better way. |
It's working now. The na.action is set to na.pass internally. Nothing changed from a user's perspective, except a warning if you pass a different na.action (typically na.omit or na.exclude).
It will be available in pROC 1.16 that I'm going to release within the next couple of weeks. Thanks again for the report! |
Hello !
I'm currently working on a database whicj contains missing values for the predictors.
When applying are.paired function to two roc objects built with the formula method, i get a negative result...
I have tried to apply the are.paired function to the same roc object built with the default method and this time i get a positive result.
Is there any reason that can explain why the roc object built with the formula method aren't recognized as paired ?
Thank you !
The text was updated successfully, but these errors were encountered: