<?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: Sensitivity Analysis for Unmeasured Confounder in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Sensitivity-Analysis-for-Unmeasured-Confounder/m-p/912882#M359819</link>
    <description>&lt;P&gt;In the manuscript you mentioned by Liu, et al, starting as the 3rd paragraph below "Setting, Assumption, and Notation", it lists the notation that will be used. Table 1 shows where each of those is necessary, as does most of the rest of the publication. There are five approaches to take, depending on which one you feel comfortable with in terms of obtaining the parameters related to&amp;nbsp;&lt;SPAN&gt;fluid volume. The parameters are not just the range (0-2000) and the average (500). You'll also need to factor in&amp;nbsp;prevalence in both those who had the event and those who did not, which is likely not readily available. The way I'm reading it, the assumptions don't work well. Also, keep in mind, fluid volume is almost definitely not the only confounder. I'll stop there because I think that's sufficient. Bottom line, I don't believe any of those methods - or any method - can estimate anything that was not measured in any of the groups. Realistically speaking, we cannot predict an event reliably using demographics.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2024 17:29:37 GMT</pubDate>
    <dc:creator>MelissaM</dc:creator>
    <dc:date>2024-01-24T17:29:37Z</dc:date>
    <item>
      <title>Sensitivity Analysis for Unmeasured Confounder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sensitivity-Analysis-for-Unmeasured-Confounder/m-p/912565#M359736</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to conduct a sensitivity analysis to assess the impact of an unmeasured confounder on the relationship between exposure (E) and outcome (Y). To estimate this effect, I utilized the &lt;STRONG&gt;proc genmod&lt;/STRONG&gt; procedure in SAS, adjusting for covariates such as age, sex, and comorbidities. However, a recognized confounder, namely fluid volume (a continuous variable), has not been measured. I am seeking assistance with SAS code specifically tailored for performing the sensitivity analysis. The fluid volume can vary from 0 to 2000, with an average of 500. The outcome variable is binary - 0 or 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate any assistance in this matter.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 21:37:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sensitivity-Analysis-for-Unmeasured-Confounder/m-p/912565#M359736</guid>
      <dc:creator>Gregorytus07</dc:creator>
      <dc:date>2024-01-22T21:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity Analysis for Unmeasured Confounder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sensitivity-Analysis-for-Unmeasured-Confounder/m-p/912575#M359741</link>
      <description>&lt;P&gt;When you say "unmeasured" that makes me want to ask do you have a any variable in your data set with those values? If not, I am not sure how you expect SAS to analyze something that is not there at all.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 22:32:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sensitivity-Analysis-for-Unmeasured-Confounder/m-p/912575#M359741</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-01-22T22:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity Analysis for Unmeasured Confounder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sensitivity-Analysis-for-Unmeasured-Confounder/m-p/912707#M359777</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;Thanks for your feedback. The variable is not measured in our dataset at all. However, I read about methods of using sensitivity analysis for unmeasured confounding by Lui et al (&lt;A href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3800481/)" target="_blank"&gt;https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3800481/)&lt;/A&gt;. Also, I learned from literature that the method proposed by VanderWeele (&lt;A href="https://journals.lww.com/epidem/fulltext/2016/05000/sensitivity_analysis_without_assumptions.11.aspx)" target="_blank"&gt;https://journals.lww.com/epidem/fulltext/2016/05000/sensitivity_analysis_without_assumptions.11.aspx)&lt;/A&gt;&amp;nbsp;using the E-value is widely recommended. Just trying to figure out how to actually do the analysis in SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 14:54:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sensitivity-Analysis-for-Unmeasured-Confounder/m-p/912707#M359777</guid>
      <dc:creator>Gregorytus07</dc:creator>
      <dc:date>2024-01-23T14:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity Analysis for Unmeasured Confounder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sensitivity-Analysis-for-Unmeasured-Confounder/m-p/912882#M359819</link>
      <description>&lt;P&gt;In the manuscript you mentioned by Liu, et al, starting as the 3rd paragraph below "Setting, Assumption, and Notation", it lists the notation that will be used. Table 1 shows where each of those is necessary, as does most of the rest of the publication. There are five approaches to take, depending on which one you feel comfortable with in terms of obtaining the parameters related to&amp;nbsp;&lt;SPAN&gt;fluid volume. The parameters are not just the range (0-2000) and the average (500). You'll also need to factor in&amp;nbsp;prevalence in both those who had the event and those who did not, which is likely not readily available. The way I'm reading it, the assumptions don't work well. Also, keep in mind, fluid volume is almost definitely not the only confounder. I'll stop there because I think that's sufficient. Bottom line, I don't believe any of those methods - or any method - can estimate anything that was not measured in any of the groups. Realistically speaking, we cannot predict an event reliably using demographics.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 17:29:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sensitivity-Analysis-for-Unmeasured-Confounder/m-p/912882#M359819</guid>
      <dc:creator>MelissaM</dc:creator>
      <dc:date>2024-01-24T17:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity Analysis for Unmeasured Confounder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sensitivity-Analysis-for-Unmeasured-Confounder/m-p/913024#M359882</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/72050"&gt;@MelissaM&lt;/a&gt;&amp;nbsp;I appreciate your feedback. Your observation regarding the relevance of the assumptions in the article to our context is valid. While the article does propose a method to account for an unmeasured continuous variable, the procedure appears intricate and necessitates specifying more conditions than we are able to handle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 18:28:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sensitivity-Analysis-for-Unmeasured-Confounder/m-p/913024#M359882</guid>
      <dc:creator>Gregorytus07</dc:creator>
      <dc:date>2024-01-25T18:28:41Z</dc:date>
    </item>
  </channel>
</rss>

