<?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: Creating cumulative incidence curves with number-at-risk tables in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/413329#M21659</link>
    <description>&lt;P&gt;The OUTCIF=&amp;nbsp;option was added in SAS/STAT 14.1, which was released as part of&amp;nbsp;9.4M3 in July 2015.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can submit the statement&lt;/P&gt;
&lt;P&gt;%put &amp;amp;=SYSVLONG;&lt;/P&gt;
&lt;P&gt;and look in the SAS log to find your version of SAS.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2017 14:11:53 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2017-11-14T14:11:53Z</dc:date>
    <item>
      <title>Creating cumulative incidence curves with number-at-risk tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/399100#M20797</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have some problems creating cumulative incidence curves with number-at-risk tables. I am using the %CIF-macro, though it does not provide me any information on number-at-risk at any given time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 10:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/399100#M20797</guid>
      <dc:creator>ChrisMac</dc:creator>
      <dc:date>2017-09-27T10:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating cumulative incidence curves with number-at-risk tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/399186#M20798</link>
      <description>&lt;P&gt;If you're using SAS 9.4 it supports the Cumulative Incidence Risk within PROC PHREG&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 14:31:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/399186#M20798</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-27T14:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating cumulative incidence curves with number-at-risk tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/399259#M20801</link>
      <description>&lt;P&gt;Hi Reeza!&lt;/P&gt;
&lt;P&gt;Thanks for the reply. However, PROC PHREG does not provide me with the numbers at risk at any given time &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 16:44:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/399259#M20801</guid>
      <dc:creator>ChrisMac</dc:creator>
      <dc:date>2017-09-27T16:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating cumulative incidence curves with number-at-risk tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/399265#M20802</link>
      <description>&lt;P&gt;The OUTCIF dataset on PROC LIFETEST - sorry wrong proc initially.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems to generate the ATRISK numbers....add the OUTCIF option as specified in the docs to the following example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/api/docsets/statug/14.2/content/statug_code_liftex4.htm?locale=en" target="_blank"&gt;http://documentation.sas.com/api/docsets/statug/14.2/content/statug_code_liftex4.htm?locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_lifetest_syntax01.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en#statug.lifetest.lftoutcif" target="_blank"&gt;http://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_lifetest_syntax01.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en#statug.lifetest.lftoutcif&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 17:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/399265#M20802</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-27T17:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating cumulative incidence curves with number-at-risk tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/399938#M20847</link>
      <description>&lt;P&gt;OUTCIF only works in SAS/STAT and not SAS 9.4 unfortunately &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2017 22:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/399938#M20847</guid>
      <dc:creator>ChrisMac</dc:creator>
      <dc:date>2017-09-29T22:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating cumulative incidence curves with number-at-risk tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/399964#M20851</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/50148"&gt;@ChrisMac&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;OUTCIF only works in SAS/STAT and not SAS 9.4 unfortunately &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you don't have SAS STAT how are you doing any survival analysis...&lt;/P&gt;
&lt;P&gt;I'm assuming that means you're not on SAS 9.4, because it's definitely available in 9.4 - I did test before responding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2017 02:14:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/399964#M20851</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-30T02:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating cumulative incidence curves with number-at-risk tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/413321#M21657</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do have SAS 9.4. However, it wont run. This is the output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;proc lifetest data=surgery2; time follow_up*death(0); run;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This one works. However, the next one does not work:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;57 proc lifetest data=surgery2 outcif=test3; time follow_up*death(0); run;&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt; ------&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt; 22&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt; 76&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, (, AALEN, ALPHA, ALPHAQT,&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt; ANNOTATE, ATRISK, BANDMAX, BANDMAXTIME, BANDMIN, BANDMINTIME, CENSOREDCOLOR,&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt; CENSOREDSYMBOL, CONFBAND, CONFTYPE, DATA, DESCRIPTION, EVENTSYMBOL, FORMCHAR, GOUT,&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt; GRAPHICS, INTERVALS, LANNOTATE, LINEPRINTER, MAXTIME, METHOD, MISSING, NELSON,&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt; NINTERVAL, NOCENSPLOT, NOLEFT, NOPRINT, NOTABLE, OUTS, OUTSURV, OUTT, OUTTEST,&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt; PLOTS, REDUCEOUT, SID, SINGULAR, STDERR, TIMELIM, TIMELIST, WIDTH.&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Likewise, this one doesn't work either:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;58 proc lifetest data=surgery2 plots=cif(test); time follow_up*death(0); run;&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt; ---&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt; 22&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt; 76&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;ERROR 22-322: Syntax error, expecting one of the following: (, ALL, CENSOR, CENSORED, D, DENSITY,&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt; H, HAZ, HAZARD, LLS, LOGLOGS, LOGSURV, LS, NONE, P, PDF, S, SUR, SURV, SURVIVAL.&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 13:49:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/413321#M21657</guid>
      <dc:creator>ChrisMac</dc:creator>
      <dc:date>2017-11-14T13:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating cumulative incidence curves with number-at-risk tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/413329#M21659</link>
      <description>&lt;P&gt;The OUTCIF=&amp;nbsp;option was added in SAS/STAT 14.1, which was released as part of&amp;nbsp;9.4M3 in July 2015.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can submit the statement&lt;/P&gt;
&lt;P&gt;%put &amp;amp;=SYSVLONG;&lt;/P&gt;
&lt;P&gt;and look in the SAS log to find your version of SAS.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:11:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Creating-cumulative-incidence-curves-with-number-at-risk-tables/m-p/413329#M21659</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-11-14T14:11:53Z</dc:date>
    </item>
  </channel>
</rss>

