Dear all,
I am doing ROC curves with the following code in STATA 18. However, the lines are too thick to clearly distinguish the curves. I wanted to use something like vthin but I get a mismatch error. I imagine this is very simple. Could someone help me? thank you so much! appreciate your help!
roccomp declineyesno p_basicmodel p_secondmodel, graph summary title("Courbes ROC : Basic model vs secondmodel") legend(order(1 "basic model" 2 "second model")) xlabel(0(0.2)1) ylabel(0(0.2)1) xtitle("1 - Spécificité (Faux positifs)") ytitle("Sensibilité (Vrais positifs)")
Best,
Pierre
I am doing ROC curves with the following code in STATA 18. However, the lines are too thick to clearly distinguish the curves. I wanted to use something like vthin but I get a mismatch error. I imagine this is very simple. Could someone help me? thank you so much! appreciate your help!
roccomp declineyesno p_basicmodel p_secondmodel, graph summary title("Courbes ROC : Basic model vs secondmodel") legend(order(1 "basic model" 2 "second model")) xlabel(0(0.2)1) ylabel(0(0.2)1) xtitle("1 - Spécificité (Faux positifs)") ytitle("Sensibilité (Vrais positifs)")
Best,
Pierre
Comment