I am trying to compute ROCAnalysis.jl package to compute the AUC value after a logistic regression. When I ran
auc(roc(dep, pred)),
where dep is the vector with original binary dependent variable and pred the predicted values from the logistic regression.
I get a value very different from the AUC value I get from Stata. I am wondering whether there is a good documentation on how to use these functions.