<?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: Linear Cox Regression model for repeated measurements with the same ID in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Linear-Cox-Regression-model-for-repeated-measurements-with-the/m-p/933789#M46561</link>
    <description>&lt;P&gt;Please discuss things in terms of the variables you show not some underlying use that is not defined. For instance, your are asking about "same ID". Since there is no variable named ID shown in the code we don't know if you even have "ID" in the model anywhere or how it may be used.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2024 13:48:21 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2024-06-26T13:48:21Z</dc:date>
    <item>
      <title>Linear Cox Regression model for repeated measurements with the same ID</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Linear-Cox-Regression-model-for-repeated-measurements-with-the/m-p/933765#M46560</link>
      <description>Hello! I have got a question about fitting Cox regression model to obs with different measurements with the same ID. I’m new to SAS so I don’t know exactly how to fix this problem.&lt;BR /&gt;I have got a dataset of 471 obs. 53 out of them have got new measurements but the id of obs are the same. I tried to use this code&lt;BR /&gt;proc phreg data = imottkm;&lt;BR /&gt;class x1;&lt;BR /&gt;model tgvhd*imt(0)= x115;&lt;BR /&gt;random x1/noclprint;&lt;BR /&gt;hazardratio 'Relapse' x115/cl=both;&lt;BR /&gt;run;&lt;BR /&gt;but the results are a bit weird for me. How could I make this thing work? Is there any way to use random statement in Cox model?</description>
      <pubDate>Wed, 26 Jun 2024 09:56:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Linear-Cox-Regression-model-for-repeated-measurements-with-the/m-p/933765#M46560</guid>
      <dc:creator>Strs1309</dc:creator>
      <dc:date>2024-06-26T09:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Linear Cox Regression model for repeated measurements with the same ID</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Linear-Cox-Regression-model-for-repeated-measurements-with-the/m-p/933789#M46561</link>
      <description>&lt;P&gt;Please discuss things in terms of the variables you show not some underlying use that is not defined. For instance, your are asking about "same ID". Since there is no variable named ID shown in the code we don't know if you even have "ID" in the model anywhere or how it may be used.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 13:48:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Linear-Cox-Regression-model-for-repeated-measurements-with-the/m-p/933789#M46561</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-06-26T13:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Linear Cox Regression model for repeated measurements with the same ID</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Linear-Cox-Regression-model-for-repeated-measurements-with-the/m-p/933791#M46562</link>
      <description>X1 is an ID of a patient. X115 is a relapse of disease. Tgvhd-time to event (censoring death, last visit or getting an infection). Event here is imt (the fact of being infected). I have 471 patients in general on the first transplantation (39 of them got infection). After first transplantation only 53 went to further transplantations (and 8 of them got infected there). The problem is that we need to consider all the events of infections but these 53 people before further transplantations had body checks again so they have different measurements (for example, on the transplantation 1 id 222 had donor haplo, but on the further transplantation id 222 had donor mud). Is there a way to do such analysis ?</description>
      <pubDate>Wed, 26 Jun 2024 14:21:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Linear-Cox-Regression-model-for-repeated-measurements-with-the/m-p/933791#M46562</guid>
      <dc:creator>Strs1309</dc:creator>
      <dc:date>2024-06-26T14:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Linear Cox Regression model for repeated measurements with the same ID</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Linear-Cox-Regression-model-for-repeated-measurements-with-the/m-p/933792#M46563</link>
      <description>&lt;P&gt;Mixed effects cox regression models are&amp;nbsp;used to model survival data when there are repeated measures on an individual, individuals nested within some other hierarchy, or some other reason to have both fixed and random effects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Think about some good Google search terms, like:&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;mixed effects cox regression&lt;/LI&gt;
&lt;LI&gt;Cox Regression repeated measures&lt;/LI&gt;
&lt;LI&gt;Cox Regression time-varying covariates&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then enter these terms in a Google search bar with the "&lt;STRONG&gt;site:&lt;/STRONG&gt;" parameter&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;site:documentation.sas.com&lt;/LI&gt;
&lt;LI&gt;site:support.sas.com&lt;/LI&gt;
&lt;LI&gt;site:blogs.sas.com&lt;/LI&gt;
&lt;LI&gt;site:communities.sas.com&lt;/LI&gt;
&lt;LI&gt;site:lexjansen.com&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-link-navigation child-thread lia-link-disabled" aria-disabled="true" aria-label="SAS Tip: Learn lexjansen.com"&gt;SAS Tip: Learn lexjansen.com&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Tips-from-the-Community/SAS-Tip-Learn-lexjansen-com/td-p/436336" target="_blank"&gt;https://communities.sas.com/t5/SAS-Tips-from-the-Community/SAS-Tip-Learn-lexjansen-com/td-p/436336&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sure you will get some good hits!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;BR, Koen&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 14:23:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Linear-Cox-Regression-model-for-repeated-measurements-with-the/m-p/933792#M46563</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-06-26T14:23:30Z</dc:date>
    </item>
  </channel>
</rss>

