<?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: Getting SAS to report CIF at a specific time in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-SAS-to-report-CIF-at-a-specific-time/m-p/422888#M27264</link>
    <description>&lt;P&gt;Thanks for your help..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having trouble getting&amp;nbsp;the output table I need.. Here's what I'm running:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc phreg data=xx plots=cif;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; class ... ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; model survival*status(0)= ... / rl=both eventcode=1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; output out=outtable cif=cif;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc freq data=outtable;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; table cif;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The results give me a plot of CIF with the y-axis labelled "Probability" and the x-axis labelled "Survival", and my CIF table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately I get a table of CIF values and the corresponding frequency and cumulative frequency, but not the CIF at a specific survival time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice for now I can get a table that reports the CIF values with their corresponding times?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2017 21:18:17 GMT</pubDate>
    <dc:creator>sasusertoronto</dc:creator>
    <dc:date>2017-12-20T21:18:17Z</dc:date>
    <item>
      <title>Getting SAS to report CIF at a specific time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-SAS-to-report-CIF-at-a-specific-time/m-p/413478#M26584</link>
      <description>&lt;P&gt;I'm running a Fine &amp;amp; Gray Competing Risk Regression,&amp;nbsp; I'm trying to establish the baseline hazard at time (t).&amp;nbsp; Using the baseline function I'm able to&amp;nbsp;get SAS to model the CIF for a baseline patient which is exactly what I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I need the actual numeric value of the CIF for a time (t), not the curve of CIF for all times.&amp;nbsp; Is there a way to get SAS to report the value for CIF at a specific time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 20:50:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-SAS-to-report-CIF-at-a-specific-time/m-p/413478#M26584</guid>
      <dc:creator>sasusertoronto</dc:creator>
      <dc:date>2017-11-14T20:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting SAS to report CIF at a specific time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-SAS-to-report-CIF-at-a-specific-time/m-p/413489#M26586</link>
      <description>&lt;P&gt;Capture the CIF data to a an output table and you should be able to get the time point you're interested in.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need further help post what you've tried and explain what doesn't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/177617"&gt;@sasusertoronto&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I'm running a Fine &amp;amp; Gray Competing Risk Regression,&amp;nbsp; I'm trying to establish the baseline hazard at time (t).&amp;nbsp; Using the baseline function I'm able to&amp;nbsp;get SAS to model the CIF for a baseline patient which is exactly what I want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I need the actual numeric value of the CIF for a time (t), not the curve of CIF for all times.&amp;nbsp; Is there a way to get SAS to report the value for CIF at a specific time?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 21:49:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-SAS-to-report-CIF-at-a-specific-time/m-p/413489#M26586</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-14T21:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting SAS to report CIF at a specific time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-SAS-to-report-CIF-at-a-specific-time/m-p/422888#M27264</link>
      <description>&lt;P&gt;Thanks for your help..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having trouble getting&amp;nbsp;the output table I need.. Here's what I'm running:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc phreg data=xx plots=cif;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; class ... ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; model survival*status(0)= ... / rl=both eventcode=1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; output out=outtable cif=cif;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc freq data=outtable;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; table cif;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The results give me a plot of CIF with the y-axis labelled "Probability" and the x-axis labelled "Survival", and my CIF table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately I get a table of CIF values and the corresponding frequency and cumulative frequency, but not the CIF at a specific survival time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice for now I can get a table that reports the CIF values with their corresponding times?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 21:18:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-SAS-to-report-CIF-at-a-specific-time/m-p/422888#M27264</guid>
      <dc:creator>sasusertoronto</dc:creator>
      <dc:date>2017-12-20T21:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting SAS to report CIF at a specific time</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-SAS-to-report-CIF-at-a-specific-time/m-p/422889#M27265</link>
      <description>&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 21:22:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Getting-SAS-to-report-CIF-at-a-specific-time/m-p/422889#M27265</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-20T21:22:38Z</dc:date>
    </item>
  </channel>
</rss>

