<?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: Ways to change survival in proc lifetest in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Ways-to-change-survival-in-proc-lifetest/m-p/551915#M74579</link>
    <description>Any chance they used Cox regression instead of just KM curves?</description>
    <pubDate>Wed, 17 Apr 2019 22:18:08 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-04-17T22:18:08Z</dc:date>
    <item>
      <title>Ways to change survival in proc lifetest</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Ways-to-change-survival-in-proc-lifetest/m-p/551904#M74578</link>
      <description>&lt;P&gt;I am doing a project where I need to create a KM curve for "freedom from heart arrhythmias at 1, 3, and 5 years post heart surgery" (where everyone in the dataset HAS had the surgery)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've set up and my graph and felt like it was correct (Code and graph below)&lt;/P&gt;&lt;P&gt;However, when I sent it over to my boss, he said the numbers from last time this was done do not match up.&lt;/P&gt;&lt;P&gt;I've racked my brain and played around a lot with proc lifetest, but my numbers don't change too much no matter how I look at it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Does anyone else know what variables COULD change survival rates in this scenario?&amp;nbsp; Brainstorming ideas welcome.&lt;/STRONG&gt;&amp;nbsp; Because I feel like I've frankly tried everything short of just having my code be disastrously wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My numbers, survival at:&lt;/P&gt;&lt;P&gt;1 year: 94%&lt;BR /&gt;3 years: 60%&lt;/P&gt;&lt;P&gt;5 years: 25%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My bosses numbers:&lt;BR /&gt;1 year:&amp;nbsp; 84%&lt;BR /&gt;3 years: None&lt;BR /&gt;5 years: 64%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My variables:&lt;/P&gt;&lt;P&gt;abnormal heart beat after surgery Y (1) / N (0)&amp;nbsp;=&amp;nbsp; &lt;STRONG&gt;Rec_AF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Living Status Alive (1) / Dead (0)&amp;nbsp; ** with those who had the event coded as 0)&amp;nbsp;= &amp;nbsp;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Follow up time = &lt;STRONG&gt;tot.fu&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(variables in data set now used: Gender, age at last FU, time interval till patient had event, type of event, )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods graphics on / attrpriority=color; 
ods output survivalplot=survplot; 
run; 

proc lifetest data=hp.maze_database conftype=loglog plots=survival 
timelist=(1 3 5) outs=surv_rate reduceout alpha=.05; 
time tot_fu*Status(0);
title "AF recurrance after MAZE" ;
run; 

proc sgplot data=survplot noborder nowall; 
step x=time y=survival / lineattrs=(color=darkblue thickness=2);
xaxis label='Years post Maze' values=(0 to 5 by 1) labelattrs=(size=13 weight=bold);
yaxis label='Proportion Who have AF recurrence' values=(0 to 1.0 by 0.2) ;
run;&lt;/PRE&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;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4-18 end curve.PNG" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/28766i2237DB69EA48E741/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4-18 end curve.PNG" alt="4-18 end curve.PNG" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 21:23:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Ways-to-change-survival-in-proc-lifetest/m-p/551904#M74578</guid>
      <dc:creator>hpatel3</dc:creator>
      <dc:date>2019-04-17T21:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to change survival in proc lifetest</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Ways-to-change-survival-in-proc-lifetest/m-p/551915#M74579</link>
      <description>Any chance they used Cox regression instead of just KM curves?</description>
      <pubDate>Wed, 17 Apr 2019 22:18:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Ways-to-change-survival-in-proc-lifetest/m-p/551915#M74579</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-04-17T22:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to change survival in proc lifetest</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Ways-to-change-survival-in-proc-lifetest/m-p/551942#M74580</link>
      <description>&lt;P&gt;You say, "&lt;SPAN&gt;My bosses numbers:"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1 year:&amp;nbsp; 84%&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3 years: None&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5 years: 64%&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please ask your boss how 64% survived after 5 years when there were zero survivors after 3 years. Survival curves are nonincreasing functions, so either your boss is confused, or you misheard your boss, or you are using different definitions.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 23:28:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Ways-to-change-survival-in-proc-lifetest/m-p/551942#M74580</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-04-17T23:28:36Z</dc:date>
    </item>
  </channel>
</rss>

