<?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: Phreg multivariable model - hazard ratio is 1 and significant in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Phreg-multivariable-model-hazard-ratio-is-1-and-significant/m-p/326553#M17254</link>
    <description>&lt;P&gt;It's 1.000 to be exact&lt;/P&gt;</description>
    <pubDate>Sun, 22 Jan 2017 06:02:27 GMT</pubDate>
    <dc:creator>SAS_User</dc:creator>
    <dc:date>2017-01-22T06:02:27Z</dc:date>
    <item>
      <title>Phreg multivariable model - hazard ratio is 1 and significant</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Phreg-multivariable-model-hazard-ratio-is-1-and-significant/m-p/326545#M17251</link>
      <description>&lt;P&gt;I ran a Proc phreg with 2 continuous variables and 3 binary variables. One of the continuous variables (ranges between 10 and 250) is highly significant but the HR is only 1.013. This is from the "Analysis of Maximum Likelihood Estimates" table.&lt;/P&gt;
&lt;P&gt;Any thoughts on what might cause such results? I have a reasonable sample size of 150 observations. The binary variables have a distribution of &amp;lt;10 yeses and 140 "no"s&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 02:06:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Phreg-multivariable-model-hazard-ratio-is-1-and-significant/m-p/326545#M17251</guid>
      <dc:creator>SAS_User</dc:creator>
      <dc:date>2017-01-22T02:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Phreg multivariable model - hazard ratio is 1 and significant</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Phreg-multivariable-model-hazard-ratio-is-1-and-significant/m-p/326551#M17252</link>
      <description>&lt;P&gt;Why is a hazard ratio of 1.013 particularly small for a continuous variable thet ranges from 10 to 250? The HR is presumably for a 1 unit change in the variable (e.g. from 10 to 11). So a 10-unit change has an HR of 1.1378, and the full range of 240 units has an HR of 22.195.&amp;nbsp; Is that disappointingly low?&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 05:00:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Phreg-multivariable-model-hazard-ratio-is-1-and-significant/m-p/326551#M17252</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2017-01-22T05:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Phreg multivariable model - hazard ratio is 1 and significant</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Phreg-multivariable-model-hazard-ratio-is-1-and-significant/m-p/326552#M17253</link>
      <description>&lt;P&gt;Thank you very much for your explanation. My HR is actually exactly 1 for a variable that ranges from .1 to 1600. Would that be just displayed that way due to rounding? How can I explain that? Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 06:00:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Phreg-multivariable-model-hazard-ratio-is-1-and-significant/m-p/326552#M17253</guid>
      <dc:creator>SAS_User</dc:creator>
      <dc:date>2017-01-22T06:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Phreg multivariable model - hazard ratio is 1 and significant</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Phreg-multivariable-model-hazard-ratio-is-1-and-significant/m-p/326553#M17254</link>
      <description>&lt;P&gt;It's 1.000 to be exact&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 06:02:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Phreg-multivariable-model-hazard-ratio-is-1-and-significant/m-p/326553#M17254</guid>
      <dc:creator>SAS_User</dc:creator>
      <dc:date>2017-01-22T06:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Phreg multivariable model - hazard ratio is 1 and significant</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Phreg-multivariable-model-hazard-ratio-is-1-and-significant/m-p/326559#M17255</link>
      <description>&lt;P&gt;I think you should scale your contionous variable such that the variable you put into PHREG goes in from 0 to 10 (or of that order of magnitude).Otherwise rounding errors and errors due to numerical precision otherwise can easily get a too big impact on the interpretation of the estimates.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 09:49:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Phreg-multivariable-model-hazard-ratio-is-1-and-significant/m-p/326559#M17255</guid>
      <dc:creator>JacobSimonsen</dc:creator>
      <dc:date>2017-01-22T09:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Phreg multivariable model - hazard ratio is 1 and significant</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Phreg-multivariable-model-hazard-ratio-is-1-and-significant/m-p/336324#M17732</link>
      <description>&lt;P&gt;Thank you for the suggestion. That was very helpful&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:56:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Phreg-multivariable-model-hazard-ratio-is-1-and-significant/m-p/336324#M17732</guid>
      <dc:creator>SAS_User</dc:creator>
      <dc:date>2017-02-27T19:56:14Z</dc:date>
    </item>
  </channel>
</rss>

