Is your feature request related to a problem? Please describe.
Would like access to the estimate and confidence intervals when running:
roc.test(roc1, roc2, method="delong")
Currently, the estimate returned is a repeat of roc1 and roc2 and no confidence interval is provided.
Describe the solution you'd like
It looks like the proper way to accomplish this might be to add a function like pROC::ci::ci.roc.test?
Describe alternatives you've considered
No other suggestions...access to the estimates described above in any way would be great.
Additional context
If the described solution above is sufficient, would like a chance to submit a pull request. Please let me know if that is acceptable.
Implementation status
For quick reference, here is the status of this request:
Is your feature request related to a problem? Please describe.
Would like access to the estimate and confidence intervals when running:
Currently, the estimate returned is a repeat of roc1 and roc2 and no confidence interval is provided.
Describe the solution you'd like
It looks like the proper way to accomplish this might be to add a function like
pROC::ci::ci.roc.test?Describe alternatives you've considered
No other suggestions...access to the estimates described above in any way would be great.
Additional context
If the described solution above is sufficient, would like a chance to submit a pull request. Please let me know if that is acceptable.
Implementation status
For quick reference, here is the status of this request: