<?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: interpreting cox regression in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603548#M174862</link>
    <description>Thank you very much. I really appreciate your help!</description>
    <pubDate>Tue, 12 Nov 2019 12:43:46 GMT</pubDate>
    <dc:creator>Kyra</dc:creator>
    <dc:date>2019-11-12T12:43:46Z</dc:date>
    <item>
      <title>interpreting cox regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603355#M174810</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to evaluate the characteristics of small bowel neuroendocrine tumor (SB-NET) patients associated with progression after multimodal surgical resection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to first create a table for descriptive analysis of patient groups (progressed group vs stable group) and then did univariate cox regression modelling for progression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For age at diagnosis, i did below for descriptive table:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;univariate&lt;/STRONG&gt; data=red.net1;&lt;/P&gt;&lt;P&gt;class progression1;&lt;/P&gt;&lt;P&gt;var Age_at_diagnosis1&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;NPAR1WAY&lt;/STRONG&gt; data=red.net1 wilcoxon;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class progression1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var&amp;nbsp; Age_at_diagnosis1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Stable (53)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Progression (42)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;p- value&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Age at diagnosis&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;59 (50-65)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;59.5 (52-67)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.4739&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For univariate cox regression i did below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;phreg&lt;/STRONG&gt; data=red.net2;&lt;/P&gt;&lt;P&gt;model time2*progression1(&lt;STRONG&gt;0&lt;/STRONG&gt;)=Age_at_diagnosis1 /rl;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result i got is:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Univariate Cox regression Results for Progression&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Variable&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;at risk&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;HR&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;95% CI&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;p-value&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Age_at_diagnosis&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;95&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1.042&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1.014 - 1.070&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.0032&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am wondering that on descriptive test, age at diagnosis is similar in two groups but on univariate cox regression, it is significant.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can you please help me understand the reasoning behind this.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 21:00:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603355#M174810</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2019-11-11T21:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: interpreting cox regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603388#M174817</link>
      <description>Look at the distributions/histograms of the data as well. Check how the overlaps of the curve appear. The N/sample size is important as well.</description>
      <pubDate>Mon, 11 Nov 2019 22:49:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603388#M174817</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-11-11T22:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: interpreting cox regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603476#M174851</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186157"&gt;@Kyra&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The statistical tests you are comparing have very different null (and alternative) hypotheses: The Wilcoxon rank sum test compares the locations of the age distributions between the two groups (H&lt;SUB&gt;0&lt;/SUB&gt;: no location shift). It is "static" in the sense that it ignores time (i.e. variable &lt;FONT face="courier new,courier"&gt;time2&lt;/FONT&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Cox regression, however, time is crucial as it examines the impact of (in your example) age at diagnosis on the time to progression, taking censoring into account (H&lt;SUB&gt;0&lt;/SUB&gt;: age has no impact on progression hazard). Unlike the Wilcoxon test, it could be performed (and yield a significant result) even without the patients in group "Stable" -- just based on the relationship between age and time to progression among the patients experiencing disease progression. So, by changing &lt;FONT face="courier new,courier"&gt;time2&lt;/FONT&gt; values you could modify the significance of age at diagnosis&amp;nbsp;substantially while the result of the Wilcoxon test, of course, would remain unchanged.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 11:18:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603476#M174851</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2019-11-12T11:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: interpreting cox regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603548#M174862</link>
      <description>Thank you very much. I really appreciate your help!</description>
      <pubDate>Tue, 12 Nov 2019 12:43:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603548#M174862</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2019-11-12T12:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: interpreting cox regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603612#M174894</link>
      <description>&lt;P&gt;Thank you very much for the help!&lt;/P&gt;&lt;P&gt;One more follow up question-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the same patient population i tried to calculate median duration of follow-up . Used proc univariate .&lt;/P&gt;&lt;P&gt;for the stable group median follow up from surgery to last follow-up is 2.1 years (IQR, 0.5-4.6)&lt;/P&gt;&lt;P&gt;for progression group, median duration of follow-up from surgery to progression is 1.6 years (IQR, 0.9- 5.7)&lt;/P&gt;&lt;P&gt;for overall cohort, median duration of follow-up is 2.1 years (0.7, 5.4)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The median PFS for the entire cohort was 6.06 years (95% Cl, 3.73-9.21) using the code&lt;/P&gt;&lt;P&gt;proc lifetest data=red.data;&lt;/P&gt;&lt;P&gt;time time2*progression1(0);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am wondering how do we explain median follow-up of 2.1 years&amp;nbsp; and&amp;nbsp; PFS of 6.06 years. How is PFS so large when median follow up is only 2.1 years.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much in advance. Really appreciate all your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 16:19:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603612#M174894</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2019-11-12T16:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: interpreting cox regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603658#M174902</link>
      <description>&lt;P&gt;You're welcome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186157"&gt;@Kyra&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;STRONG&gt;I am wondering how do we explain median follow-up of 2.1 years&amp;nbsp; and&amp;nbsp; PFS of 6.06 years. How is PFS so large when median follow up is only 2.1 years.&lt;/STRONG&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is just the effect of right-censoring. Note that the entire "Stable" group (i.e. the majority of patients, 53 of 95) is regarded as censored, so their Kaplan-Meier estimates have a substantial increasing effect on the estimated median progression-free survival. The discrepancy between median follow-up and estimated median PFS would be smaller if only a few patients were censored and it would vanish if no censoring had occurred. You can see this by including fewer and fewer "Stable" patients in the calculations. In the extreme case of restricting both calculations to the "Progression" group, i.e., using&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where progression1=1;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the two medians will be identical.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 18:32:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603658#M174902</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2019-11-12T18:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: interpreting cox regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603660#M174903</link>
      <description>&lt;P&gt;Thank you very much for the reply! I am very very grateful to you and the community!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 18:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/interpreting-cox-regression/m-p/603660#M174903</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2019-11-12T18:36:19Z</dc:date>
    </item>
  </channel>
</rss>

