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
Parallel loop listsFor code below: Code: local a "one two three" local b "four five six" local c "seven eight nine" …
Regression over time, industry, company, country, timeHello, I would like to regress the following equation: DV_{i,c,j,t} = a_i+α_c+α_j+a_t+beta * (IV_i*…
Passing string values from ADO to Python codeHappy New Year, All! I am having a rather trivial problem here, for which I couldn't figure out a s…
RE: Creating simulated dataHello, I generated a dummy variable using the following code: gen employed = 1 + int(2*runiform()) …
Problem with selecting only one county per stateHey there, I am a bit new to Stata, so I hope my question will be clear enough. I am looking at the …
Subscribe to:
Post Comments (Atom)
0 Response to Combining multiple roc curves
Post a Comment