<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ROC Curve in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-Curve/m-p/690692#M33294</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
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;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Oct 2020 17:15:35 GMT</pubDate>
    <dc:creator>PeterBr</dc:creator>
    <dc:date>2020-10-10T17:15:35Z</dc:date>
    <item>
      <title>ROC Curve</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-Curve/m-p/690692#M33294</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
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;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2020 17:15:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-Curve/m-p/690692#M33294</guid>
      <dc:creator>PeterBr</dc:creator>
      <dc:date>2020-10-10T17:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: ROC Curve</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-Curve/m-p/690696#M33295</link>
      <description>Do you have SAS IML?&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2011/07/29/computing-an-roc-curve-from-basic-principles.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2011/07/29/computing-an-roc-curve-from-basic-principles.html&lt;/A&gt;</description>
      <pubDate>Sat, 10 Oct 2020 17:29:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-Curve/m-p/690696#M33295</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-10-10T17:29:13Z</dc:date>
    </item>
  </channel>
</rss>

