<?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: 95% CIs for Survival ROC curve from PROC PHREG in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/95-CIs-for-Survival-ROC-curve-from-PROC-PHREG/m-p/522234#M26514</link>
    <description>&lt;P&gt;Thanks so much for the response.&amp;nbsp; However the risklimits option is used to generate the confidence intervals for the hazard ratios, and I need the CIs for the sensitivity values.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Dec 2018 14:41:14 GMT</pubDate>
    <dc:creator>erica_conley</dc:creator>
    <dc:date>2018-12-18T14:41:14Z</dc:date>
    <item>
      <title>95% CIs for Survival ROC curve from PROC PHREG</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/95-CIs-for-Survival-ROC-curve-from-PROC-PHREG/m-p/521662#M26498</link>
      <description>&lt;P&gt;I am trying to create a ROC plot at time 6 months with 95% error bars plotted as well in SAS v9.4.&amp;nbsp; I have the ROC curve generated but am having issues with getting the 95% CIs.&amp;nbsp; I am sure there is a simple option that I am missing, but it is eluding me.&amp;nbsp; I am unable to post the data I am using but it is a standard time to data set.&amp;nbsp; I described my variables below as well as posted my PROC PHREG code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Time=is numeric time variable in months&lt;/P&gt;&lt;P&gt;cns= censor variable 0=censor 1=event&lt;/P&gt;&lt;P&gt;lvaluen=numeric lab value for my test.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc phreg data=work concordance plots(cl)=roc rocoptions(outroc=rocout at=6);
&amp;nbsp;model time*cns(0)=lvaluen;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;If anyone has a suggestion I would really appreciate it!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 21:48:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/95-CIs-for-Survival-ROC-curve-from-PROC-PHREG/m-p/521662#M26498</guid>
      <dc:creator>erica_conley</dc:creator>
      <dc:date>2018-12-14T21:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: 95% CIs for Survival ROC curve from PROC PHREG</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/95-CIs-for-Survival-ROC-curve-from-PROC-PHREG/m-p/522110#M26511</link>
      <description>&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token procnames"&gt;proc&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;phreg&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;data&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;work concordance plots&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;cl&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;roc rocoptions&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;outroc&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;rocout at&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;6&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
 &lt;SPAN class="token procnames"&gt;model&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;time&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;*&lt;/SPAN&gt;cns&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;0&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;lvaluen &lt;STRONG&gt;/&amp;nbsp;risklimits&lt;/STRONG&gt;
&lt;SPAN class="token procnames"&gt;run&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;You need to "risklimits" option&amp;nbsp;&lt;SPAN&gt;to see 95%.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 04:02:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/95-CIs-for-Survival-ROC-curve-from-PROC-PHREG/m-p/522110#M26511</guid>
      <dc:creator>LEESK</dc:creator>
      <dc:date>2018-12-18T04:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: 95% CIs for Survival ROC curve from PROC PHREG</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/95-CIs-for-Survival-ROC-curve-from-PROC-PHREG/m-p/522234#M26514</link>
      <description>&lt;P&gt;Thanks so much for the response.&amp;nbsp; However the risklimits option is used to generate the confidence intervals for the hazard ratios, and I need the CIs for the sensitivity values.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 14:41:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/95-CIs-for-Survival-ROC-curve-from-PROC-PHREG/m-p/522234#M26514</guid>
      <dc:creator>erica_conley</dc:creator>
      <dc:date>2018-12-18T14:41:14Z</dc:date>
    </item>
  </channel>
</rss>

