<?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: how to compare the survival rates between the two groups at a specific time point in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-compare-the-survival-rates-between-the-two-groups-at-a/m-p/640584#M190847</link>
    <description>&lt;P&gt;That's not really the purpose of KM curves. In time-to-event analysis, the outcome measure is TIME to event. Not the % of subjects with event. If you want to compare % of subjects who survive to 5-years, then you cannot have any censored observations through 5-years, and then you can use chi-square or Fisher exact test.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2020 23:37:11 GMT</pubDate>
    <dc:creator>cminard</dc:creator>
    <dc:date>2020-04-16T23:37:11Z</dc:date>
    <item>
      <title>how to compare the survival rates between the two groups at a specific time point</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-compare-the-survival-rates-between-the-two-groups-at-a/m-p/640513#M190811</link>
      <description>&lt;DIV&gt;Do you know how to compare the survival rates between the&amp;nbsp;two groups at a specific time point?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;From the Kaplan Meier plot I made, at year 5, survival rate in patients with AKI is 52.25% and 45.78% in patients without AKI. Is there a specific way to test if the survival rates are significantly different between the two groups at year 5?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Below is my code:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;/* K-M Curve for All Patients*/&lt;/P&gt;&lt;P&gt;ods graphics on / width = 6 in height = in border = off ;&lt;BR /&gt;ods graphics on/ imagefmt = tiff imagename = "Figure_AKI" reset = index;&lt;BR /&gt;ods listing image_dpi = 300 style = axis_wall style=StatColor;&lt;/P&gt;&lt;P&gt;proc lifetest data=one_a plots=survival(test atrisk =0 to 15 by 2.5)&lt;BR /&gt;/* ods select SurvivalPlot;*/&lt;BR /&gt;outsur=survival2;&lt;BR /&gt;time Survive_year*death(0);&lt;BR /&gt;label Survive_year='Time (Years)';&lt;BR /&gt;/*title 'Time to Death'*/;&lt;BR /&gt;strata AKI;&lt;BR /&gt;ods output SurvivalPlot = graph;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 19:01:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-compare-the-survival-rates-between-the-two-groups-at-a/m-p/640513#M190811</guid>
      <dc:creator>Denali</dc:creator>
      <dc:date>2020-04-16T19:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to compare the survival rates between the two groups at a specific time point</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-compare-the-survival-rates-between-the-two-groups-at-a/m-p/640584#M190847</link>
      <description>&lt;P&gt;That's not really the purpose of KM curves. In time-to-event analysis, the outcome measure is TIME to event. Not the % of subjects with event. If you want to compare % of subjects who survive to 5-years, then you cannot have any censored observations through 5-years, and then you can use chi-square or Fisher exact test.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 23:37:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-compare-the-survival-rates-between-the-two-groups-at-a/m-p/640584#M190847</guid>
      <dc:creator>cminard</dc:creator>
      <dc:date>2020-04-16T23:37:11Z</dc:date>
    </item>
  </channel>
</rss>

