BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
PeterBr
Obsidian | Level 7

Hi All,

 

I have the following data and would like to generate a ROC curve. Is there any way to create the curve from this frequency data? I've only done ROC after logistic regression so I'm not sure how to go about creating one when the data is already in this format. Make and miss are the two binary outcomes and angle is the independent variable that is continuous.

 

Cheers,

Peter

 


data have;
 input angle make miss;
 cards;
77	1	0
78	2	2
79	3	2
80	1	0
81	3	0
82	2	0
83	3	1
84	0	1
85	2	0
86	1	1
87	2	1
88	1	1
89	2	0
90	5	0
91	5	0
92	3	1
93	3	0
94	2	0
95	4	1
96	1	0
97	2	0
98	1	0
100	1	1

 ;
 run;

 

1 ACCEPTED SOLUTION
1 REPLY 1

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 772 views
  • 0 likes
  • 2 in conversation