<?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: Improving cox model fit using Phreg in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Improving-cox-model-fit-using-Phreg/m-p/758361#M36913</link>
    <description>&lt;P&gt;You cannot use a parametric model specification with the Cox model and PROC PHREG. So, you can't specify a distribution essentially.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jul 2021 11:19:20 GMT</pubDate>
    <dc:creator>OsoGris</dc:creator>
    <dc:date>2021-07-30T11:19:20Z</dc:date>
    <item>
      <title>Improving cox model fit using Phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Improving-cox-model-fit-using-Phreg/m-p/758172#M36911</link>
      <description>&lt;P&gt;I am currently working on a cause specific hazard regressions (cox) model and my model currently violates the proportional hazards assumption for my primary independent variable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to model the cox with a different distribution (such as square root or log) to see if I can find a way to improve my model's fit.&lt;/P&gt;&lt;P&gt;I am currently using the proc phreg function to model this&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc phreg data=work.hypertension covs(aggregate);
class case (ref='0') incquint (ref='1') ruralnum (ref='0');
model timefromhypertension*AdEvent(0,2)= case incquint ruralnum/RL ties=efron;
id case_num;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is there any way in SAS for me to model the cox and use a different distribution in order to improve its fit?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 17:40:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Improving-cox-model-fit-using-Phreg/m-p/758172#M36911</guid>
      <dc:creator>jennxxness</dc:creator>
      <dc:date>2021-07-29T17:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Improving cox model fit using Phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Improving-cox-model-fit-using-Phreg/m-p/758361#M36913</link>
      <description>&lt;P&gt;You cannot use a parametric model specification with the Cox model and PROC PHREG. So, you can't specify a distribution essentially.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 11:19:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Improving-cox-model-fit-using-Phreg/m-p/758361#M36913</guid>
      <dc:creator>OsoGris</dc:creator>
      <dc:date>2021-07-30T11:19:20Z</dc:date>
    </item>
  </channel>
</rss>

