Dear all
I am calculating the ability of a diagnostic angle measurement that can differentiate between two different diseases. I am trying to draw the ROC and work out the AUC but not sure what ROC function or code is best.
My reference variable is "disease" and my classifier variable is "angle" (this is a continuous measurement, this is normally distributed parametric data).
My code is this:
rocfit Disease Angle, continuous (3)
rocplot
or is this the correct code:
rocfit Disease Angle, continuous(3) generate (v1)
rocplot
Or is this the correct code:
rocreg Disease Angle, probit
rocregplot, classvars(Angle)
I am also a bit confused about the difference between using just probit and ml(maximum likelihood).
Many many thanks in advance
Related Posts with Query regarding appropriate ROC curve function
Add Cohen's d effect size to esttab t-test tableHi Everyone, I am trying to create a (Latex) table in which I compare the means of two different su…
Need help for displaying bar labels for mean values using <cibar>Hi all, I am working on a replication assignment and I am using the ssc package cibar to to generat…
XTCSD PesaranHello everyone, Sorry to bother you all. I am currently running my panel data model with N=37 and T…
Store principal components from PCAHello everyone, I have a panel data (wide format) with 35 variables. I run a Principal Component Ana…
Export covariance matrix using esttab : Is it really impossible?On this thread here we figured out how to export a covariance matrix to Excel using -putexcel- : htt…
Subscribe to:
Post Comments (Atom)
0 Response to Query regarding appropriate ROC curve function
Post a Comment