<?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 Re: ROC curves in phreg in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416536#M21871</link>
    <description>&lt;P&gt;Just for fun that doesn't match the code you initially posted....no ROCOPTIONS and the data reference is different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyways, I get a similar error using the code from the documentation (not the paper referenced).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;3401   title;
3402
3403   ods graphics on;
3404   proc phreg data=Liver concordance plots=roc rocoptions(at=2 to 10 by 2);
22: LINE and COLUMN cannot be determined.
NOTE 242-205: NOSPOOL is on. Rerunning with OPTION SPOOL might allow recovery of the LINE and
              COLUMN where the error has occurred.
ERROR 22-322: Syntax error, expecting one of the following: ;, (, ALPHA, ATRISK, BRIEF,
              BRIEFSUMMARY, COVM, COVOUT, COVS, DATA, DETAILS, EV, EXPLVAR, FAST, IN, INEST,
              MULTIPASS, NAMELEN, NOPRINT, NOSUMMARY, OUT, OUTEST, PLOT, PLOTS, PRINT, SIMPLE,
              SUREV, TRACE, ZPH.
76: LINE and COLUMN cannot be determined.
NOTE: NOSPOOL is on. Rerunning with OPTION SPOOL might allow recovery of the LINE and COLUMN
      where the error has occurred.
ERROR 76-322: Syntax error, statement will be ignored.
3405      model Time*Status(0)=Bilirubin Age Edema;
3406   run;

NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE PHREG used (Total process time):
      real time           0.09 seconds
      cpu time            0.03 seconds


&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Full code/example is here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/api/docsets/statug/14.3/content/statug_code_phrex16.htm?locale=en" target="_blank"&gt;http://documentation.sas.com/api/docsets/statug/14.3/content/statug_code_phrex16.htm?locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am SAS 9.4M3 though, which is SAS STAT 14.1, not 14.3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may be worth contacting SAS Tech Support with this one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2017 23:11:27 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-11-27T23:11:27Z</dc:date>
    <item>
      <title>ROC curves in phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416526#M21866</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to create ROC curves in proc PHREG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the following link the code is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings17/SAS0462-2017.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings17/SAS0462-2017.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics on;&lt;/P&gt;
&lt;P&gt;proc phreg data=Liver concordance plots=roc rocoptions(at=2 to 10 by 2);&lt;/P&gt;
&lt;P&gt;model Time*Status(0)=Bilirubin Age Edema; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am pretty much trying to do the same, but keep on getting a syntax error...I have SAS version 9.4...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any ideas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDITED: via Reeza to fix link.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 22:52:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416526#M21866</guid>
      <dc:creator>Jest</dc:creator>
      <dc:date>2017-11-27T22:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves in phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416529#M21867</link>
      <description>&lt;P&gt;You should post your log including the error.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 22:53:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416529#M21867</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-27T22:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves in phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416531#M21868</link>
      <description>&lt;P&gt;Thank you...&lt;/P&gt;&lt;P&gt;Here is the log with the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;11396 ods graphics on;&lt;BR /&gt;11397 proc phreg data=data plots=roc;&lt;BR /&gt;---&lt;BR /&gt;22&lt;BR /&gt;76&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: (, CIF, CMF, CUMHAZ, MCF, NONE, S,&lt;BR /&gt;SUR, SURV, SURVIVAL.&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 22:54:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416531#M21868</guid>
      <dc:creator>Jest</dc:creator>
      <dc:date>2017-11-27T22:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves in phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416533#M21869</link>
      <description>&lt;P&gt;The paper mentions release 14.2.&amp;nbsp; Is that what you see in your log near the top?&amp;nbsp; Or do you see 14.1 or some earlier release.&amp;nbsp; New features don't work in old releases.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 23:00:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416533#M21869</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-11-27T23:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves in phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416534#M21870</link>
      <description>&lt;P&gt;That must be it..I think I have an earlier release&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it says the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: Updated analytical products:&lt;/P&gt;&lt;P&gt;SAS/STAT 13.2&lt;BR /&gt;SAS/ETS 13.2&lt;BR /&gt;SAS/OR 13.2&lt;BR /&gt;SAS/IML 13.2&lt;BR /&gt;SAS/QC 13.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea how I can update to a newer release?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 23:02:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416534#M21870</guid>
      <dc:creator>Jest</dc:creator>
      <dc:date>2017-11-27T23:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves in phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416536#M21871</link>
      <description>&lt;P&gt;Just for fun that doesn't match the code you initially posted....no ROCOPTIONS and the data reference is different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyways, I get a similar error using the code from the documentation (not the paper referenced).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;3401   title;
3402
3403   ods graphics on;
3404   proc phreg data=Liver concordance plots=roc rocoptions(at=2 to 10 by 2);
22: LINE and COLUMN cannot be determined.
NOTE 242-205: NOSPOOL is on. Rerunning with OPTION SPOOL might allow recovery of the LINE and
              COLUMN where the error has occurred.
ERROR 22-322: Syntax error, expecting one of the following: ;, (, ALPHA, ATRISK, BRIEF,
              BRIEFSUMMARY, COVM, COVOUT, COVS, DATA, DETAILS, EV, EXPLVAR, FAST, IN, INEST,
              MULTIPASS, NAMELEN, NOPRINT, NOSUMMARY, OUT, OUTEST, PLOT, PLOTS, PRINT, SIMPLE,
              SUREV, TRACE, ZPH.
76: LINE and COLUMN cannot be determined.
NOTE: NOSPOOL is on. Rerunning with OPTION SPOOL might allow recovery of the LINE and COLUMN
      where the error has occurred.
ERROR 76-322: Syntax error, statement will be ignored.
3405      model Time*Status(0)=Bilirubin Age Edema;
3406   run;

NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE PHREG used (Total process time):
      real time           0.09 seconds
      cpu time            0.03 seconds


&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Full code/example is here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/api/docsets/statug/14.3/content/statug_code_phrex16.htm?locale=en" target="_blank"&gt;http://documentation.sas.com/api/docsets/statug/14.3/content/statug_code_phrex16.htm?locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am SAS 9.4M3 though, which is SAS STAT 14.1, not 14.3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may be worth contacting SAS Tech Support with this one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 23:11:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416536#M21871</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-27T23:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves in phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416841#M21881</link>
      <description>&lt;P&gt;Yes. I am also getting the same error.&amp;nbsp; I did contact SAS support and they are looking into it but that it could be that one needs &lt;SPAN&gt;SAS 9.4M4 or&amp;nbsp;SAS 9.4M5...It is kind of a nuisance. I work in an academic setting and get the software from here. One should expect that if you pay so much for the license to have everything available. This is another incentive to switch completely to R, which is what everyone is doing...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 20:06:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416841#M21881</guid>
      <dc:creator>Jest</dc:creator>
      <dc:date>2017-11-28T20:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves in phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416921#M21885</link>
      <description>&lt;P&gt;Your university may manage SAS licenses differently than does mine. For me, when there is a new SAS release, I notify the SAS software coordinator in IT and she acquires the update files and creates a depot for installation within one or two weeks. I believe there is no charge to the university, that updates are included in the academic license. So there may be no reason for you to suffer with old versions, although you may have to be proactive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Personally, for mixed models I much, much, much (much)&amp;nbsp;prefer SAS software over R, for a multitude of reasons. I use both, but R only when the client needs R and then with a lot of muttering and grumbling on my part. My clients learn to tolerate hearing, "This would be so much easier in SAS."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: &lt;EM&gt;And&lt;/EM&gt; we pay only $90/year/license for the full SAS Foundation. Which IMO is essentially free. One of the perks of working at an academic institution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit 2: &lt;EM&gt;And&lt;/EM&gt; Tech Support! Nothing like it in R.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 06:28:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416921#M21885</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2017-11-29T06:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves in phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416922#M21886</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/128691"&gt;@Jest&lt;/a&gt;&amp;nbsp;There's no charge for updates. There's also a free version available to students, SAS UE that *IS* currently STAT 14.2. I tested it on there just now and it works fine. You could also access it via the cloud using Academics on Demand, which entails signing up which is easy enough.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With R you might first have to wade through the a&amp;nbsp;dozen packages, find the one that currently works, find out it doesn't have the option you need for the next step and then move onto the next package which won't work in the current version. The packages documentation&amp;nbsp;can also be nonexistent to atrocious to absolutely perfect. &amp;nbsp;There's also this feeling that since the software is free companies incur no cost and they're also less likely to pay for training. Enterprise level software has it's issue, but so does open source. Pick your poison.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 01:01:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/416922#M21886</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-29T01:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves in phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/540237#M27099</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Am trying to compare&amp;nbsp;models using ROC curves in phreg. Any help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;found the syntax below for logistic&amp;nbsp;regression, I want the equivalent for Cox regression. I have tried substituting the model statement with that of Cox but doesn't&amp;nbsp;work.&lt;/P&gt;&lt;PRE class="xisDoc-code"&gt;ods graphics on;
proc logistic data=roc plots=roc(id=prob);
   model popind(event='0') = alb tp totscore / nofit;
   roc 'Albumin' alb;
   roc 'K-G Score' totscore;
   roc 'Total Protein' tp;
   roccontrast reference('K-G Score') / estimate e;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 21:19:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/540237#M27099</guid>
      <dc:creator>Tzengz</dc:creator>
      <dc:date>2019-03-04T21:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves in phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/584864#M28668</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using SAS to run a cox proportional hazard model in proc phreg and want to produce the corresponding roc curves. Using this paper,&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/proceedings17/SAS0462-2017.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings17/SAS0462-2017.pdf, &lt;/A&gt;I applied "plots(overlay=individual)=roc rocoptions(at=2 6);" after the data statement in proc phreg. But it didnt work. I got the following error (&lt;STRONG&gt;below). I also found that you guys have also faced a similar issues.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any suggestions, how I can run the model and get the ROC curves? I read that '&lt;STRONG&gt;SAS 9.4 M5&lt;/STRONG&gt;' can help with this from the post above? I am not sure what that means. Is it a SAS update? How one can request it (if it does help?).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;my model&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;proc phreg data=alswh_new12 plots(overlay=individual)=roc rocoptions(at=2 6);&lt;BR /&gt;class rdrec (ref='&amp;gt;38-&amp;lt;=41 yrs');&lt;BR /&gt;model Yearsstroke*stroke_ever(0)=rdrec agelastgp/ALPHA=0.05 RISKLIMITS=wald;&lt;BR /&gt;format rdrec rdrecf.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;error results&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;2186 ods graphics on;&lt;BR /&gt;2187 proc phreg data=alswh_new12 plots(overlay=individual)=roc rocoptions(at=2 6);&lt;BR /&gt;---&lt;BR /&gt;22&lt;BR /&gt;76&lt;BR /&gt;&lt;STRONG&gt;ERROR 22-322: Syntax error, expecting one of the following: (, CIF, CMF, CUMHAZ, MCF, NONE, S,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SUR, SURV, SURVIVAL.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2188 ods output FitStatistics=Fit ParameterEstimates = ParameterEstimates;&lt;BR /&gt;2189 class rdrec (ref='&amp;gt;38-&amp;lt;=41 yrs');&lt;BR /&gt;2190 model Yearsstroke*stroke_ever(0)=rdrec agelastgp/ALPHA=0.05 RISKLIMITS=wald;&lt;BR /&gt;2191 format rdrec rdrecf.;&lt;BR /&gt;2192 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE PHREG used (Total process time):&lt;BR /&gt;real time 0.04 seconds&lt;BR /&gt;cpu time&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 06:52:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/584864#M28668</guid>
      <dc:creator>shivarajmishra</dc:creator>
      <dc:date>2019-08-29T06:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves in phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/584980#M28669</link>
      <description>&lt;P&gt;What version of SAS do you have?&lt;/P&gt;
&lt;P&gt;And what version of SAS/STAT?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can check what you have licensed in SAS using:&lt;BR /&gt;proc setinit; run;&lt;BR /&gt;And what's installed on your system using:&lt;BR /&gt;proc product_status; run;&lt;BR /&gt;The output will be in the log.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 16:24:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/584980#M28669</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-29T16:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: ROC curves in phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/597634#M29088</link>
      <description>&lt;P&gt;&lt;A href="https://odamid.oda.sas.com/SASStudio/" target="_blank"&gt;https://odamid.oda.sas.com/SASStudio/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can try this online platform.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 07:52:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ROC-curves-in-phreg/m-p/597634#M29088</guid>
      <dc:creator>feeling</dc:creator>
      <dc:date>2019-10-18T07:52:30Z</dc:date>
    </item>
  </channel>
</rss>

