<?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: Analysis of multiple different time points data per patient in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/946996#M47322</link>
    <description>Yes. Hundreds of clusters would generally be considered adequate for validity of the method.</description>
    <pubDate>Thu, 10 Oct 2024 14:16:08 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2024-10-10T14:16:08Z</dc:date>
    <item>
      <title>Analysis of multiple different time points data per patient</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/946805#M47316</link>
      <description>&lt;P&gt;I have data from patients who underwent tests at different time points. Some underwent 10 times over 1 year and some 100 times over 20 years. I want to analyse whether drop in a variable measured at those times was significant cause of an event like death.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example one patient had blood pressure measured at 1, 3,7 weeks. Another at 2, 6,9, 66, 98 weeks. So if drop in blood pressure at time was significant cause of death.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 15:59:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/946805#M47316</guid>
      <dc:creator>techplexus</dc:creator>
      <dc:date>2024-10-09T15:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of multiple different time points data per patient</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/946814#M47317</link>
      <description>&lt;P&gt;There are several types of models that can be used to model clusters of correlated observations like you describe. One easy approach is the Generalized Estimating Equations (GEE) model which you can fit using PROC GEE. See the example for modeling a binary response (like your death response) using this model in the Getting Started section of the PROC GEE documentation. This model does not require equal numbers of observations per cluster (subject) nor that observations be at the same times, particularly if you use a correlation structure like TYPE=IND or EXCH as in that example. The predictors can vary over time within subjects. You should, however, have a large number of clusters for validity of the method.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 16:53:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/946814#M47317</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2024-10-09T16:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of multiple different time points data per patient</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/946897#M47320</link>
      <description>&lt;P&gt;I have about 736 patients' data. Will that be sufficient for this model?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 04:13:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/946897#M47320</guid>
      <dc:creator>techplexus</dc:creator>
      <dc:date>2024-10-10T04:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of multiple different time points data per patient</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/946996#M47322</link>
      <description>Yes. Hundreds of clusters would generally be considered adequate for validity of the method.</description>
      <pubDate>Thu, 10 Oct 2024 14:16:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/946996#M47322</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2024-10-10T14:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of multiple different time points data per patient</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/947261#M47353</link>
      <description>&lt;P&gt;Thank you for your reply. For example if my independent variables are continuous variables like systolic blood pressure , diastolic blood pressure and age. Patients are then diagnosed to be having heart disease like Myocardial infarction. Final endpoint variables are death or time to death.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to know how much drop in SBP or DBP before or after diagnosis of heart disease would be significant to predict high chances of death so that additional treatment can be given to those having high risk.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally if variables like gender or education status can predict the death (this is secondary objective).&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2024 12:22:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/947261#M47353</guid>
      <dc:creator>techplexus</dc:creator>
      <dc:date>2024-10-13T12:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of multiple different time points data per patient</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/947262#M47354</link>
      <description>&lt;P&gt;I am not sure if those kind of predictions can be done with GEE or not as the output tables didn't give me much information.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2024 12:24:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/947262#M47354</guid>
      <dc:creator>techplexus</dc:creator>
      <dc:date>2024-10-13T12:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis of multiple different time points data per patient</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/947386#M47369</link>
      <description>You can easily get a plot showing the effect of a continuous predictor on the event probability using an EFFECTPLOT statement. For example, adding this statement in the Getting Started example in the PROC GEE documentation gives a plot of the fitted model showing the effect of Age with other variables fixed.&lt;BR /&gt;    effectplot fit(x=age)/ilink; &lt;BR /&gt;</description>
      <pubDate>Mon, 14 Oct 2024 14:14:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Analysis-of-multiple-different-time-points-data-per-patient/m-p/947386#M47369</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2024-10-14T14:14:53Z</dc:date>
    </item>
  </channel>
</rss>

