Dear Statalisters,
I am performing rocregression and I would like to know whether it is possible to compute the p-value for Area Under Curve?
My rocreg command is the following :
This command provides an output with SE and 95%CI for AUC, but I would like to know whether it is possible to extract a p-value for a test testing whether AUC is significantly different from 0.5.
(Perhaps with the test command).
Thank you very much for your kind help
Best
Dusan
I am performing rocregression and I would like to know whether it is possible to compute the p-value for Area Under Curve?
My rocreg command is the following :
Code:
roctab categorical_var continuous_var if index==1
(Perhaps with the test command).
Thank you very much for your kind help
Best
Dusan
Comment