Using StataMP 14.1 under Win7E. I'd like to run ROC curves (http://www.stata.com/manuals14/rlroc.pdf) after firthlogit but I get:
I'd also like to obtain derivatives using predict, scores (http://www.stata.com/manuals14/rpredict.pdf), but I get:
Does anyone know any work arounds?
Code:
. lroc last estimates not found r(301);
Code:
. predict,scores newvarlist required r(100);
Comment