<?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: Counterintuitive results of parametric survival models and Cox regression models in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Counterintuitive-results-of-parametric-survival-models-and-Cox/m-p/931367#M46405</link>
    <description>&lt;P&gt;I saw your screenshots and codes and found it was done on R. This is a forum of SAS users. SAS and R are distinctly different statistical softwares. It is true that many SAS users are also familiar with R, but there are also many (e.g., me) who hardly know anything about R. It would be better if you post your questions in forums of R users to get a more rapid answer.&lt;/P&gt;</description>
    <pubDate>Sat, 08 Jun 2024 04:16:02 GMT</pubDate>
    <dc:creator>Season</dc:creator>
    <dc:date>2024-06-08T04:16:02Z</dc:date>
    <item>
      <title>Counterintuitive results of parametric survival models and Cox regression models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Counterintuitive-results-of-parametric-survival-models-and-Cox/m-p/931186#M46394</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;
&lt;P&gt;I am running parametric survival models and Cox regression models, and I get counterintuitive results; what might be the reason, please? And in my data set I have just 8 events out of 630 individuals&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 19:59:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Counterintuitive-results-of-parametric-survival-models-and-Cox/m-p/931186#M46394</guid>
      <dc:creator>Gilles-Protais</dc:creator>
      <dc:date>2024-06-06T19:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Counterintuitive results of parametric survival models and Cox regression models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Counterintuitive-results-of-parametric-survival-models-and-Cox/m-p/931192#M46395</link>
      <description>&lt;P&gt;Good would be to show the code used. That way someone familiar to the procedure could ask pointed questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Better would be to show the code and all the notes from the LOG, pasted into a text box opened on the forum with the &amp;lt;/&amp;gt; icon above the message window. That would show the answer to some of the questions you should answer like "What were the warnings in the log?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best would be to include the log and the output so we can see the summary information and the values that you think are counterintuitive. Discuss which is counterintuitive and why you think so.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 22:18:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Counterintuitive-results-of-parametric-survival-models-and-Cox/m-p/931192#M46395</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-06-06T22:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Counterintuitive results of parametric survival models and Cox regression models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Counterintuitive-results-of-parametric-survival-models-and-Cox/m-p/931196#M46396</link>
      <description>&lt;P&gt;I tried running the cox regression using the frailty with penalized likelihood and this code&lt;/P&gt;
&lt;PRE&gt;frailtyPenal(Surv(days_events,OUTCOME)~cluster(id)+resqualintra,n.knots=1, kappa=100,data=base)&lt;/PRE&gt;
&lt;P&gt;Moreover, I tried running a log-normal survival model and this is code&lt;/P&gt;
&lt;PRE&gt;(brack.AFT.GF &amp;lt;- flexsurvreg(Surv(days_events, OUTCOME) ~ resqualintra, data=base, dist="lnorm"))&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="log-normal survivalmodel" style="width: 762px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97083i1B2ABF3038027915/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="log-normal survivalmodel" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;log-normal survivalmodel&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cox Frailty with penalized likelihood model" style="width: 682px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97084i42F8F2040941E0F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Cox Frailty with penalized likelihood model" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Cox Frailty with penalized likelihood model&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;As we observe, the parametric model I have a negative estimate and for the Frailty model I have a Positive estimate;&lt;/P&gt;
&lt;P&gt;SO this is my issue,What could be an explanation to this?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 23:37:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Counterintuitive-results-of-parametric-survival-models-and-Cox/m-p/931196#M46396</guid>
      <dc:creator>Gilles-Protais</dc:creator>
      <dc:date>2024-06-06T23:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Counterintuitive results of parametric survival models and Cox regression models</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Counterintuitive-results-of-parametric-survival-models-and-Cox/m-p/931367#M46405</link>
      <description>&lt;P&gt;I saw your screenshots and codes and found it was done on R. This is a forum of SAS users. SAS and R are distinctly different statistical softwares. It is true that many SAS users are also familiar with R, but there are also many (e.g., me) who hardly know anything about R. It would be better if you post your questions in forums of R users to get a more rapid answer.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jun 2024 04:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Counterintuitive-results-of-parametric-survival-models-and-Cox/m-p/931367#M46405</guid>
      <dc:creator>Season</dc:creator>
      <dc:date>2024-06-08T04:16:02Z</dc:date>
    </item>
  </channel>
</rss>

