<?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: Event Rate by Cox regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Event-Rate-by-Cox-regression/m-p/486197#M25177</link>
    <description>&lt;P&gt;KM doesn't account for covariates.&lt;/P&gt;</description>
    <pubDate>Sun, 12 Aug 2018 23:23:21 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-08-12T23:23:21Z</dc:date>
    <item>
      <title>Event Rate by Cox regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Event-Rate-by-Cox-regression/m-p/486028#M25171</link>
      <description>&lt;P&gt;Hello all!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please help me with the following question:&lt;/P&gt;
&lt;P&gt;I need to create the following table (this is &lt;A href="https://www.cdisc.org/system/files/all/standard_category/application/pdf/adam_tte_final_v1.pdf" target="_self"&gt;example from CDISC&lt;/A&gt;&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;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 504px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22395iB37A743BE991392F/image-dimensions/504x251?v=v2" width="504" height="251" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Following SAS code presented in the document:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC PHREG DATA=ADTTE;&lt;/P&gt;
&lt;P&gt;MODEL AVAL*CNSR (1 2 3) = TRTPN AGEGR1N SEXN&lt;BR /&gt; / ALPHA=0.05;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't find event rate information at the output, could you please help me with it?&lt;/P&gt;
&lt;P&gt;Which SAS-code should be used for&amp;nbsp;&lt;SPAN&gt;Event Rate&amp;nbsp;evaluation at day 168 (I higlite it using red color in the table)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Andrey&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Aug 2018 11:10:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Event-Rate-by-Cox-regression/m-p/486028#M25171</guid>
      <dc:creator>AndreyMyslivets</dc:creator>
      <dc:date>2018-08-11T11:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Event Rate by Cox regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Event-Rate-by-Cox-regression/m-p/486036#M25172</link>
      <description>Depending on context you're likely looking for the survival or failure rate at a specific time that you should be able to get from the output. Try an OUTPUT statement and see the output data will have what you want. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=statug_phreg_syntax18.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=statug_phreg_syntax18.htm&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However, if you want to account for the other variables you'll likely want a baseline survival given certain conditions. See the example in the docs titled 'Survival Curves' which has an example you can follow.</description>
      <pubDate>Sat, 11 Aug 2018 12:17:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Event-Rate-by-Cox-regression/m-p/486036#M25172</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-11T12:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Event Rate by Cox regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Event-Rate-by-Cox-regression/m-p/486157#M25175</link>
      <description>&lt;P&gt;Thank you, Reeza!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I realize, that the event rate in the table is the output from PROC LIFETEST with statement "survival" and not from PROC PGREG procedure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The line with method = "Cox Regression Model"&amp;nbsp;mislead me, now I see the footnote "Based on the Kaplan-Meier estimates".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Andrey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2018 15:11:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Event-Rate-by-Cox-regression/m-p/486157#M25175</guid>
      <dc:creator>AndreyMyslivets</dc:creator>
      <dc:date>2018-08-12T15:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Event Rate by Cox regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Event-Rate-by-Cox-regression/m-p/486197#M25177</link>
      <description>&lt;P&gt;KM doesn't account for covariates.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2018 23:23:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Event-Rate-by-Cox-regression/m-p/486197#M25177</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-12T23:23:21Z</dc:date>
    </item>
  </channel>
</rss>

