Hello all,
I have used logit for multiple roc curves and am looking for how to put them all on the same graph.
logit death_30d scorenew if svar == 0
lroc if svar == 1
logit death_30d mfifive if svar == 0
lroc if svar == 1
logit death_30d asa_class if svar == 0
lroc if svar == 1
Does anyone know how to put all these graphs on the same plot?
Related Posts with Combining multiple roc curves
vce(conditional) or vce(delta) when predicting marginsIf I have used vce(robust) when estimating the IV probit model, do I need to use vce(unconditional) …
setting base level for margins with eydxHello. i'm running a maultivariable panel regression model with xtgee and a number of continuous and…
Plotting probability trees to model path dependenceDear members, is there a command that allows to draw a probability tree in Stata? I have a panel d…
Creating a Loop over a LoopGreetings I would like to run the following operation a 1000 times and store the coefficient estima…
Calibration plots when using cross-validation for internal model validation - grateful for adviceI have developed a multivariable prediction model using logistic regression and am using cross-valid…
Subscribe to:
Post Comments (Atom)
0 Response to Combining multiple roc curves
Post a Comment