<?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 Time dependent cox model in PHREG in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Time-dependent-cox-model-in-PHREG/m-p/676085#M32400</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to do an analysis of the Time-dependent cox model for the given dataset.&lt;/P&gt;
&lt;P&gt;I get an error in the PROC PHREG procedure for the given dataset model.&lt;/P&gt;
&lt;P&gt;Kindly suggest to me how to deal with the time-dependent cox model with the proper code to get a result.&lt;/P&gt;
&lt;P&gt;77 proc phreg data=cox;&lt;BR /&gt;78 model End_Dur*EPI_Log(1)&lt;BR /&gt;79 run;&lt;BR /&gt;ERROR 73-322: Expecting an =.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc phreg data=cox;
model End_Dur*EPI_Log(1)
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I considered the EPI_stage (1,2) as Log '0'(Normal) and&amp;nbsp;EPI_stage (3) as Log '1'(Event)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;End_Dur in Years&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="coximg.jpg" style="width: 426px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48148iF0859CE6EA6FC261/image-size/large?v=v2&amp;amp;px=999" role="button" title="coximg.jpg" alt="coximg.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Aug 2020 08:00:05 GMT</pubDate>
    <dc:creator>Sathish_jammy</dc:creator>
    <dc:date>2020-08-12T08:00:05Z</dc:date>
    <item>
      <title>Time dependent cox model in PHREG</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Time-dependent-cox-model-in-PHREG/m-p/676085#M32400</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to do an analysis of the Time-dependent cox model for the given dataset.&lt;/P&gt;
&lt;P&gt;I get an error in the PROC PHREG procedure for the given dataset model.&lt;/P&gt;
&lt;P&gt;Kindly suggest to me how to deal with the time-dependent cox model with the proper code to get a result.&lt;/P&gt;
&lt;P&gt;77 proc phreg data=cox;&lt;BR /&gt;78 model End_Dur*EPI_Log(1)&lt;BR /&gt;79 run;&lt;BR /&gt;ERROR 73-322: Expecting an =.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc phreg data=cox;
model End_Dur*EPI_Log(1)
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I considered the EPI_stage (1,2) as Log '0'(Normal) and&amp;nbsp;EPI_stage (3) as Log '1'(Event)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;End_Dur in Years&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="coximg.jpg" style="width: 426px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48148iF0859CE6EA6FC261/image-size/large?v=v2&amp;amp;px=999" role="button" title="coximg.jpg" alt="coximg.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 08:00:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Time-dependent-cox-model-in-PHREG/m-p/676085#M32400</guid>
      <dc:creator>Sathish_jammy</dc:creator>
      <dc:date>2020-08-12T08:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Time dependent cox model in PHREG</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Time-dependent-cox-model-in-PHREG/m-p/676127#M32402</link>
      <description>&lt;P&gt;Well, for a MODEL statement, the syntax is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xis-refProc"&gt;
&lt;DIV id="statug.phreg.modelstmt" class="AAsection"&gt;
&lt;DIV id="statug_phreg004640" class="AAstatementblock"&gt;
&lt;UL class="AAstatementblock" type="none"&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN class="AAstatement"&gt;MODEL&lt;/SPAN&gt; &lt;SPAN class="AAstatementoptional"&gt;response &amp;lt;&lt;SPAN class=" AAstar"&gt;*&lt;/SPAN&gt;censor &lt;SPAN class=" AAlparen"&gt;(&lt;/SPAN&gt;list&lt;SPAN class=" AArparen"&gt;)&lt;/SPAN&gt;&amp;gt; &lt;SPAN class=" AAkeyword"&gt;=&lt;/SPAN&gt; effects &amp;lt;/ options&amp;gt;&lt;/SPAN&gt;;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;P&gt;Or&lt;/P&gt;
&lt;DIV id="statug_phreg004648" class="AAstatementblock"&gt;
&lt;UL class="AAstatementblock" type="none"&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN class="AAstatement"&gt;MODEL&lt;/SPAN&gt; &lt;SPAN class="AAstatementoptional"&gt;&lt;SPAN class=" AAlparen"&gt;(&lt;/SPAN&gt;t1&lt;SPAN class=" AAkeyword"&gt;,&lt;/SPAN&gt; t2&lt;SPAN class=" AArparen"&gt;)&lt;/SPAN&gt;&amp;lt;&lt;SPAN class=" AAstar"&gt;*&lt;/SPAN&gt;censor&lt;SPAN class=" AAlparen"&gt;(&lt;/SPAN&gt;list&lt;SPAN class=" AArparen"&gt;)&lt;/SPAN&gt;&amp;gt; &lt;SPAN class=" AAkeyword"&gt;=&lt;/SPAN&gt; effects &amp;lt;/ options&amp;gt;&lt;/SPAN&gt;;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;So you need some effect variables that you wish to test for their influence on the response variable..&amp;nbsp; Looking through the data shown, I don't see any variables that would seem to fall into this category, so I don't know what to suggest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Aug 2020 12:18:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Time-dependent-cox-model-in-PHREG/m-p/676127#M32402</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-08-12T12:18:09Z</dc:date>
    </item>
  </channel>
</rss>

