<?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 Cox proportional HM - missing data in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Cox-proportional-HM-missing-data/m-p/637846#M30506</link>
    <description>&lt;P&gt;Hi Folks:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying Cox PHM in an infectious disease sample (N=2,765) where number of events (death) is only N=48. My covariates include age groups by 10 years, gender and comorbidity (yes,no) with missing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My questions are:&lt;/P&gt;
&lt;P&gt;1. Is Cox PHM is the good choice here? I tried log-rank tests but I wanted to have hazard estimates for all covariates included and accounted in the model at the same time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Shall I delete the observations for age groups with no events (death). The model output suggests that the observations with missing in age groups have not been used in the parameter estimation anyway?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="missing in covariates.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37957i3553BBA32B7ECB53/image-size/large?v=v2&amp;amp;px=999" role="button" title="missing in covariates.png" alt="missing in covariates.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Apr 2020 13:25:28 GMT</pubDate>
    <dc:creator>Cruise</dc:creator>
    <dc:date>2020-04-06T13:25:28Z</dc:date>
    <item>
      <title>Cox proportional HM - missing data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Cox-proportional-HM-missing-data/m-p/637846#M30506</link>
      <description>&lt;P&gt;Hi Folks:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying Cox PHM in an infectious disease sample (N=2,765) where number of events (death) is only N=48. My covariates include age groups by 10 years, gender and comorbidity (yes,no) with missing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My questions are:&lt;/P&gt;
&lt;P&gt;1. Is Cox PHM is the good choice here? I tried log-rank tests but I wanted to have hazard estimates for all covariates included and accounted in the model at the same time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Shall I delete the observations for age groups with no events (death). The model output suggests that the observations with missing in age groups have not been used in the parameter estimation anyway?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="missing in covariates.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37957i3553BBA32B7ECB53/image-size/large?v=v2&amp;amp;px=999" role="button" title="missing in covariates.png" alt="missing in covariates.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 13:25:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Cox-proportional-HM-missing-data/m-p/637846#M30506</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2020-04-06T13:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cox proportional HM - missing data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Cox-proportional-HM-missing-data/m-p/637877#M30511</link>
      <description>&lt;P&gt;Time-to-event models are probably fine. I think that you have too many age group categories. In my opinion, you can use the results of this analysis to identify better age groupings. That is, which age groups can you combine together? You could also leave age as a continuous variable in the CPH regression model. I would NOT delete the observations for age groups with no events. I would reduce the number of age groups by combining similar groups.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I personally would not define 10-year age groups. I would let the data analysis determine the categories. For example, identify the quartiles (25th, 50th, and 75th percentiles), then create 4 age groups based on those quartiles. Use KM analysis to see if the curves are different between the 4 age groups. Then combine similar age groups.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 15:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Cox-proportional-HM-missing-data/m-p/637877#M30511</guid>
      <dc:creator>cminard</dc:creator>
      <dc:date>2020-04-06T15:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cox proportional HM - missing data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Cox-proportional-HM-missing-data/m-p/637886#M30513</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/27112"&gt;@cminard&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot Cminard. I really like the idea of grouping the ages based on their distributions. However, any idea how I could possibly do it given my age variables is categorical by 10 years to begin with. What I did below is that I grouped the 10-year age groups into 'agecat' based on the cross-tabulation of an original 10-year age group variable and death (1,0) status keeping in mind to try to have events allocated in the each group of a resulting 'agecat' variable. Any comments how I re-grouped the 10-year age group into 4 age groups in relation to what I see now in the model output? I don't understand why I get huge hazard estimated for the agecat=1 group. Thanks for brainstorming with me here. I really appreciate it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="age and death grouping.png" style="width: 508px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37959i9EA74AAF03BAD3F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="age and death grouping.png" alt="age and death grouping.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if age1=. then agecat=99; 
if age1 in (0,1,2,3,4) then agecat=1; else
if age1 in (5,6) then agecat=2; else
if age1 in (7,8) then agecat=3; else
if age1 in (9,10) then agecat=4; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cph.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37958iEBDCFFAFAA7F2204/image-size/large?v=v2&amp;amp;px=999" role="button" title="cph.png" alt="cph.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 16:10:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Cox-proportional-HM-missing-data/m-p/637886#M30513</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2020-04-06T16:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cox proportional HM - missing data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Cox-proportional-HM-missing-data/m-p/637913#M30515</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;&amp;nbsp;interested and have time to look at my last follow-up question? I'm trying to re-group the categorical age variable by 10-year bin considering the distribution of the events in a new group variable (death) which I named 'agecat'.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 18:28:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Cox-proportional-HM-missing-data/m-p/637913#M30515</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2020-04-06T18:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cox proportional HM - missing data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Cox-proportional-HM-missing-data/m-p/638027#M30518</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/132289"&gt;@Cruise&lt;/a&gt;&amp;nbsp; The categorization you came up with certainly seems workable, as you get results.&amp;nbsp; Are these results interpretable, i.e. do they make sense clinically/biologically? And you should probably make sure that the proportional hazards assumption is at least approximate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 11:51:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Cox-proportional-HM-missing-data/m-p/638027#M30518</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-04-07T11:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cox proportional HM - missing data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Cox-proportional-HM-missing-data/m-p/638028#M30519</link>
      <description>&lt;P&gt;Thank you chiming in. I really appreciate it. I agree that the assumption needed to be assessed first. I found this SUGI paper to test the PH assumption and should follow its suggestions. &lt;A href="https://www.pharmasug.org/proceedings/china2018/SP/Pharmasug-China-2018-SP75.pdf" target="_blank" rel="noopener"&gt;https://www.pharmasug.org/proceedings/china2018/SP/Pharmasug-China-2018-SP75.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 11:56:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Cox-proportional-HM-missing-data/m-p/638028#M30519</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2020-04-07T11:56:29Z</dc:date>
    </item>
  </channel>
</rss>

