<?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: Stratified Cox PH model: time-stratification in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Stratified-Cox-PH-model-time-stratification/m-p/685559#M207936</link>
    <description>&lt;P&gt;As I more think about this, I think the approach I explained above is wrong. Since time dependency of risk getting main outcome is already absorbed in the baseline hazard rate even though I did not stratify by time interval, there is no point running stratified cox regression where stratification level is time interval.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Sep 2020 01:57:06 GMT</pubDate>
    <dc:creator>_MooMoo</dc:creator>
    <dc:date>2020-09-22T01:57:06Z</dc:date>
    <item>
      <title>Stratified Cox PH model: time-stratification</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Stratified-Cox-PH-model-time-stratification/m-p/684389#M207388</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am wrapping my head around to figure out how to model stratified cox ph model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming baseline hazard change over time, I partitioned follow-up time into two time intervals. 1 time interval for early to mid period and another time interval for late period. For example, let's say a person was followed 10 years, which can be represented as (0,10). I partitioned this time interval into two pieces such as (0, 8 ) falls into first stratum (time_strata=1) and (8,10) falls into second stratum (time_strata=2).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suppose the main covariate I am interested in is X1 and &lt;EM&gt;partition&lt;/EM&gt; data set is data set I partitioned the follow-up time into two time-intervals from &lt;EM&gt;original&lt;/EM&gt; data set. I coded SAS as below...&lt;/P&gt;
&lt;P&gt;proc phreg=&lt;STRONG&gt;partition&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;class X1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;model Y=X1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;strata &lt;STRONG&gt;time_strata&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;The code above gives me the &lt;U&gt;exact same output&lt;/U&gt; as below code...&lt;/P&gt;
&lt;P&gt;proc phreg=&lt;STRONG&gt;original&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;class X1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;model Y=X1;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why is this happening? Can I perform stratified analysis in this way (having time interval as strata)? If not, any other suggestions are appreciated.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 21:30:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Stratified-Cox-PH-model-time-stratification/m-p/684389#M207388</guid>
      <dc:creator>_MooMoo</dc:creator>
      <dc:date>2020-09-16T21:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Stratified Cox PH model: time-stratification</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Stratified-Cox-PH-model-time-stratification/m-p/685123#M207746</link>
      <description>Does it give you the Summary of the Stratum Levels table in case when you have the strata statement?</description>
      <pubDate>Fri, 18 Sep 2020 23:44:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Stratified-Cox-PH-model-time-stratification/m-p/685123#M207746</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2020-09-18T23:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Stratified Cox PH model: time-stratification</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Stratified-Cox-PH-model-time-stratification/m-p/685559#M207936</link>
      <description>&lt;P&gt;As I more think about this, I think the approach I explained above is wrong. Since time dependency of risk getting main outcome is already absorbed in the baseline hazard rate even though I did not stratify by time interval, there is no point running stratified cox regression where stratification level is time interval.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 01:57:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Stratified-Cox-PH-model-time-stratification/m-p/685559#M207936</guid>
      <dc:creator>_MooMoo</dc:creator>
      <dc:date>2020-09-22T01:57:06Z</dc:date>
    </item>
  </channel>
</rss>

