<?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 Plot hazard ratio for a continous predictor in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Plot-hazard-ratio-for-a-continous-predictor/m-p/932954#M366977</link>
    <description>&lt;P&gt;I defined a Cox model that evaluates the relationship between the number of diseases (x) and hospitalisations for infectious diseases (y). I would like to represent in a plot the hazard ratios, with their 95% CIs, for different values of the number of diseases (0, 1, 2, 3, ...) . Is there a way to do this?&lt;BR /&gt;Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2024 09:43:48 GMT</pubDate>
    <dc:creator>mari776</dc:creator>
    <dc:date>2024-06-19T09:43:48Z</dc:date>
    <item>
      <title>Plot hazard ratio for a continous predictor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Plot-hazard-ratio-for-a-continous-predictor/m-p/932954#M366977</link>
      <description>&lt;P&gt;I defined a Cox model that evaluates the relationship between the number of diseases (x) and hospitalisations for infectious diseases (y). I would like to represent in a plot the hazard ratios, with their 95% CIs, for different values of the number of diseases (0, 1, 2, 3, ...) . Is there a way to do this?&lt;BR /&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 09:43:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Plot-hazard-ratio-for-a-continous-predictor/m-p/932954#M366977</guid>
      <dc:creator>mari776</dc:creator>
      <dc:date>2024-06-19T09:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Plot hazard ratio for a continous predictor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Plot-hazard-ratio-for-a-continous-predictor/m-p/932984#M366985</link>
      <description>&lt;P&gt;I think so. Can you show the code that you are running to fit the Cox model?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 13:16:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Plot-hazard-ratio-for-a-continous-predictor/m-p/932984#M366985</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2024-06-19T13:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Plot hazard ratio for a continous predictor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Plot-hazard-ratio-for-a-continous-predictor/m-p/933084#M367015</link>
      <description>&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;this is the code I considered:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;proc phreg data=prova;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;class id frailty (param=ref ref='0') ;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;model time*ric(0)=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;sex age&amp;nbsp;&lt;/SPAN&gt;frailty&amp;nbsp;&lt;SPAN&gt;n_diseases&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;/ties=breslow rl ;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;random id/dist=lognormal;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;run; quit;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The continuous predictor I'm considering is n_diseases (number of diseases).&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jun 2024 05:36:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Plot-hazard-ratio-for-a-continous-predictor/m-p/933084#M367015</guid>
      <dc:creator>mari776</dc:creator>
      <dc:date>2024-06-20T05:36:24Z</dc:date>
    </item>
  </channel>
</rss>

