<?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 PhReg - Hazard Ratio and Strata statement in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PhReg-Hazard-Ratio-and-Strata-statement/m-p/239948#M12696</link>
    <description>&lt;P&gt;May I rqeuest someone to explain about&amp;nbsp;Hazard Ratio and Strata statement from proc phreg in simple terms?&lt;/P&gt;</description>
    <pubDate>Fri, 18 Dec 2015 09:20:29 GMT</pubDate>
    <dc:creator>Babloo</dc:creator>
    <dc:date>2015-12-18T09:20:29Z</dc:date>
    <item>
      <title>Proc PhReg - Hazard Ratio and Strata statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PhReg-Hazard-Ratio-and-Strata-statement/m-p/239948#M12696</link>
      <description>&lt;P&gt;May I rqeuest someone to explain about&amp;nbsp;Hazard Ratio and Strata statement from proc phreg in simple terms?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 09:20:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PhReg-Hazard-Ratio-and-Strata-statement/m-p/239948#M12696</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-12-18T09:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PhReg - Hazard Ratio and Strata statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PhReg-Hazard-Ratio-and-Strata-statement/m-p/240214#M12713</link>
      <description>&lt;P&gt;I would be grateful if someone could help understand&amp;nbsp;Hazard Ratio in&amp;nbsp;&lt;SPAN&gt;Proc PhReg.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 06:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PhReg-Hazard-Ratio-and-Strata-statement/m-p/240214#M12713</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-12-21T06:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PhReg - Hazard Ratio and Strata statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PhReg-Hazard-Ratio-and-Strata-statement/m-p/240472#M12722</link>
      <description>&lt;P&gt;With the hazardratio statement you can get phreg to compute hazardratios for the parameters of interest. For example, if your parameter of intersest is "A" and&amp;nbsp;you have an interaction term with "A*B", then you can with the hazardratio statement you can get the effect of A for each value of B. Like this example:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc phreg data=mydata ;
  class A B/param=ref;
  model (entry exit)*event_(0)=A*B;
  hazardratio A/at(B=all);
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The hazardratio statement does not decide what model you use.&amp;nbsp;It is only used to specify&amp;nbsp;what output you will see from the fitted model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The strata statement is used to specify if the background hazard rate should be dependent on some class variable. If you have a strata variable you in principle adjust for an interaction term between the underlying time scale and the strata variable. You can not have you covariate of interest in strata, because it will not give you estimate for strata effects - the background hazard rate&amp;nbsp;is non-parametric. A very common used model in epidemiology is to have birthyear as strata and age as underlying time, since you then effectively also&amp;nbsp;have a non-parametric adjustement for calendar time.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:09:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PhReg-Hazard-Ratio-and-Strata-statement/m-p/240472#M12722</guid>
      <dc:creator>JacobSimonsen</dc:creator>
      <dc:date>2015-12-22T16:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc PhReg - Hazard Ratio and Strata statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-PhReg-Hazard-Ratio-and-Strata-statement/m-p/240644#M12730</link>
      <description>&lt;P&gt;My apologies if I was not clear in my intial post. I meant to ask about 'Hazard Ratio' in output window which we used to get after the successful completion proc phreg.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 11:42:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-PhReg-Hazard-Ratio-and-Strata-statement/m-p/240644#M12730</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-12-23T11:42:56Z</dc:date>
    </item>
  </channel>
</rss>

