<?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 PROC ICLIFETEST time intervals are different in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-ICLIFETEST-time-intervals-are-different/m-p/849962#M42097</link>
    <description>&lt;P&gt;Hello. I am working on some project to compare the mortality.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have follow up data for 3/6/9/12 months.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I do not know the exact time when they are dead, so I though interval-censoring should be used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, the data that I organized looks like this. So if the person died between the start and 3 months, ltime=0, rtime=3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Minyoungkim90_1-1671138232708.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/78601i329130659C7072D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Minyoungkim90_1-1671138232708.png" alt="Minyoungkim90_1-1671138232708.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I read the documentation that introduces the PROC ICLIFETEST and tried it but I keep getting weird time intervals.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My time intervals should be 0-3 3-6 6-9 9-12 12-inf but I get 3-3 6-6 9-9 12-12&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Minyoungkim90_2-1671138494026.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/78602i2DF70C8E0494FF1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Minyoungkim90_2-1671138494026.png" alt="Minyoungkim90_2-1671138494026.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My SAS code is&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc iclifetest data=acs.data3 impute(seed=1234);&lt;BR /&gt;time (lTime, rTime);&lt;BR /&gt;strata indi;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me what is wrong with this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;And also, is there any way that I can modify the plots for PROC ICLIFETEST?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the macro for KM plots for PROC LIFETEST but can't find a way to modify this plot (range for x and y axis)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Dec 2022 21:14:03 GMT</pubDate>
    <dc:creator>Minyoungkim90</dc:creator>
    <dc:date>2022-12-15T21:14:03Z</dc:date>
    <item>
      <title>PROC ICLIFETEST time intervals are different</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-ICLIFETEST-time-intervals-are-different/m-p/849962#M42097</link>
      <description>&lt;P&gt;Hello. I am working on some project to compare the mortality.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have follow up data for 3/6/9/12 months.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I do not know the exact time when they are dead, so I though interval-censoring should be used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, the data that I organized looks like this. So if the person died between the start and 3 months, ltime=0, rtime=3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Minyoungkim90_1-1671138232708.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/78601i329130659C7072D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Minyoungkim90_1-1671138232708.png" alt="Minyoungkim90_1-1671138232708.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I read the documentation that introduces the PROC ICLIFETEST and tried it but I keep getting weird time intervals.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My time intervals should be 0-3 3-6 6-9 9-12 12-inf but I get 3-3 6-6 9-9 12-12&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Minyoungkim90_2-1671138494026.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/78602i2DF70C8E0494FF1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Minyoungkim90_2-1671138494026.png" alt="Minyoungkim90_2-1671138494026.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My SAS code is&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc iclifetest data=acs.data3 impute(seed=1234);&lt;BR /&gt;time (lTime, rTime);&lt;BR /&gt;strata indi;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me what is wrong with this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;And also, is there any way that I can modify the plots for PROC ICLIFETEST?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the macro for KM plots for PROC LIFETEST but can't find a way to modify this plot (range for x and y axis)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 21:14:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-ICLIFETEST-time-intervals-are-different/m-p/849962#M42097</guid>
      <dc:creator>Minyoungkim90</dc:creator>
      <dc:date>2022-12-15T21:14:03Z</dc:date>
    </item>
  </channel>
</rss>

