<?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: Estimating average treatment effects (ATEs) using Proc Glimmix in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909160#M45126</link>
    <description>&lt;P&gt;I appreciate your helpfulness just the same and thanks for names of potential experts in this matter!&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2023 20:40:06 GMT</pubDate>
    <dc:creator>eap</dc:creator>
    <dc:date>2023-12-20T20:40:06Z</dc:date>
    <item>
      <title>Estimating average treatment effects (ATEs) using Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909074#M45121</link>
      <description>&lt;P&gt;I’m conducting a mixed effects logistic regression analysis for a client to assess outcome associated with different types of treatment. I’ve attached a mock SAS dataset of ~175. The actual dataset is 10K+.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Per project instructions, I need to estimate the average treatment effects (ATEs) by averaging the predicted probability of the outcome across the sample if each variable separately is coded as a 1 vs a 0. All other variable values will remain constant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I attempted to address this by using the code below but it doesn’t seem right:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;glimmix&lt;/STRONG&gt; data=test175;&lt;/P&gt;
&lt;P&gt;class hlthcenter doctor_id treatment sex typvisit;&lt;/P&gt;
&lt;P&gt;model outcome (event = '1')= treatment age sex typvisit/ dist=binary link=logit oddsratio solution ddfm=bw covb;&lt;/P&gt;
&lt;P&gt;random intercept / subject= hlthcenter;&lt;/P&gt;
&lt;P&gt;random intercept / subject= doctor_id(hlthcenter);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;lsmeans treatment/ oddsratio ilink diff=all cl adjust=bon;&lt;/P&gt;
&lt;P&gt;output out=glimxout&amp;nbsp; predicted(blup ilink)=pp ucl=higher lcl=lower;&lt;/P&gt;
&lt;P&gt;id patient_id;&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;I get individual predicted probabilities per patient but don’t know how to get per individual treatment or the average treatment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Am I completely off the mark?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Other Questions:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;I need the variance/covariance matrix. Is this identical to the &lt;STRONG&gt;Covariance Matrix for Fixed Effects&lt;/STRONG&gt; table?&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Can I get the individual treatment effects for each of the 3 treatments too?&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Or use info from the variance/covariance matrix to create them?&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Or is there a multi-step process that uses Proc Glimmix and something else?&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I appreciate any guidance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 16:06:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909074#M45121</guid>
      <dc:creator>eap</dc:creator>
      <dc:date>2023-12-20T16:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Estimating average treatment effects (ATEs) using Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909083#M45122</link>
      <description>&lt;P&gt;See here:&amp;nbsp;&lt;A href="https://support.sas.com/kb/30/333.html" target="_blank" rel="noopener"&gt;https://support.sas.com/kb/30/333.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use your web browser's text search feature to search in this web page for Average Treatment Effect&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 16:16:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909083#M45122</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-12-20T16:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Estimating average treatment effects (ATEs) using Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909156#M45124</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;,&amp;nbsp;for directing me to the Proc Causaltrt procedure! It seems the procedure does not support treatment variables with &amp;gt;2 levels so I modified my SAS dataset to create 3 separate treatment variables with (yes/no) instead of a single variable with 3 levels. It worked!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;However, &lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Does it matter that the variance/covariance and lsmeans results will incorporate random effects and that ATEs won’t? Or is this to be expected?&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Do I need to use 3 separate treatment variables in Proc Glimmix to match the Proc Causaltrt? It runs fine either way but I was wondering about comparing apples to apples.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;glimmix&lt;/STRONG&gt; data=test175;&lt;/P&gt;
&lt;P&gt;class hlthcenter doctor_id treatment&amp;nbsp; sex typvisit;&lt;/P&gt;
&lt;P&gt;model outcome (event = '1') = treatment age sex typvisit/ dist=binary link=logit oddsratio solution covb;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;random intercept / subject= hlthcenter;&lt;/P&gt;
&lt;P&gt;random intercept / subject= doctor_id(hlthcenter);&lt;/P&gt;
&lt;P&gt;lsmeans treatment/ oddsratio ilink diff=all cl adjust=bon;&lt;/P&gt;
&lt;P&gt;id patient_id;&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*ATEs for Treatment1 – repeat by updating psmodel for treatment2 and treatment3;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;causaltrt&lt;/STRONG&gt; data=test175 method=regadj poutcomemod;&lt;/P&gt;
&lt;P&gt;class sex typvisit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; psmodel treatment1(ref='0');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; model outcome (event='1')=&amp;nbsp; age sex typvisit/ dist=binary link=logit;&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;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 20:21:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909156#M45124</guid>
      <dc:creator>eap</dc:creator>
      <dc:date>2023-12-20T20:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Estimating average treatment effects (ATEs) using Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909157#M45125</link>
      <description>&lt;P&gt;So my particular skill in this area is that I know about that link, where many different statistical techniques are referenced and you can find SAS code to perform those statistical techniques.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My ability to advise on PROC CASUALTRT is zero. I think perhaps some of these people may be able to offer actual advice:&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60873"&gt;@jiltao&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 20:31:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909157#M45125</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-12-20T20:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Estimating average treatment effects (ATEs) using Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909160#M45126</link>
      <description>&lt;P&gt;I appreciate your helpfulness just the same and thanks for names of potential experts in this matter!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 20:40:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909160#M45126</guid>
      <dc:creator>eap</dc:creator>
      <dc:date>2023-12-20T20:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Estimating average treatment effects (ATEs) using Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909163#M45127</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/105081"&gt;@eap&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I appreciate your helpfulness just the same and thanks for names of potential experts in this matter!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;'s post with the names notifies those individual about this thread that they have been mentioned. That may bring them into the discussion.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 21:07:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909163#M45127</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-12-20T21:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Estimating average treatment effects (ATEs) using Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909165#M45128</link>
      <description>&lt;P&gt;Thanks again&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt; for a list of people with potential insight:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363" target="_blank"&gt;@SteveDenham&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684" target="_blank"&gt;@Rick_SAS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633" target="_blank"&gt;@StatDave&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60873" target="_blank"&gt;@jiltao&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll check regularly to see if anyone answers.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 21:33:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909165#M45128</guid>
      <dc:creator>eap</dc:creator>
      <dc:date>2023-12-20T21:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Estimating average treatment effects (ATEs) using Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909166#M45129</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/105081"&gt;@eap&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Other Questions:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;I need the variance/covariance matrix. Is this identical to the &lt;STRONG&gt;Covariance Matrix for Fixed Effects&lt;/STRONG&gt; table?&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which variance-covariance matrix do you need?&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;There's the &lt;STRONG&gt;G&lt;/STRONG&gt;-matrix which is the&amp;nbsp;variance-covariance matrix of the the random effect vector&amp;nbsp;&lt;FONT face="symbol"&gt;&lt;FONT size="5"&gt;g&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="symbol"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;There's the &lt;STRONG&gt;R&lt;/STRONG&gt;-matrix which is the variance-covariance matrix of the&amp;nbsp;random error vector &lt;FONT face="symbol" size="5"&gt;e&lt;/FONT&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="symbol"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;There's the &lt;STRONG&gt;V&lt;/STRONG&gt;-matrix which is the&amp;nbsp;variance-covariance matrix&amp;nbsp;for an observation (i.e. of &lt;STRONG&gt;&lt;FONT size="5"&gt;y&lt;/FONT&gt;&lt;/STRONG&gt; -- the outcome).&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="symbol"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;And there is indeed the variance-covariance matrix of the GLS fixed effect estimates.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="symbol"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;See here for some explanation:&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;INTRODUCTION TO GENERALIZED LINEAR MIXED MODELS&lt;BR /&gt;&lt;FONT face="symbol"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;A href="https://stats.oarc.ucla.edu/other/mult-pkg/introduction-to-generalized-linear-mixed-models/" target="_blank" rel="noopener"&gt;https://stats.oarc.ucla.edu/other/mult-pkg/introduction-to-generalized-linear-mixed-models/&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="symbol"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Koen&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 23:08:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909166#M45129</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-12-20T23:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Estimating average treatment effects (ATEs) using Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909207#M45131</link>
      <description>&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/Covariate-values-in-ESTIMATE-statements-when-using-a-BY-variable/m-p/908045#M45075" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/Covariate-values-in-ESTIMATE-statements-when-using-a-BY-variable/m-p/908045#M45075&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/contrast-or-lsmestimate-in-proc-mixed/m-p/849431" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/contrast-or-lsmestimate-in-proc-mixed/m-p/849431&lt;/A&gt;</description>
      <pubDate>Thu, 21 Dec 2023 04:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909207#M45131</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-12-21T04:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Estimating average treatment effects (ATEs) using Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909217#M45132</link>
      <description>&lt;P&gt;Thanks for the article however it didn't shed much light for me. I think I'm interested in&amp;nbsp;&lt;SPAN&gt;variance-covariance matrix of the GLS fixed effect estimates but not isre.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For example,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;!--EndFragment --&gt;&lt;/P&gt;
&lt;P&gt;Do the odds of having Tx1 differ for Tx2 vs Tx3 more than they differ for not having Tx1?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 07:10:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909217#M45132</guid>
      <dc:creator>eap</dc:creator>
      <dc:date>2023-12-21T07:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Estimating average treatment effects (ATEs) using Proc Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909318#M45135</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp; this is very helpful!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 16:16:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Estimating-average-treatment-effects-ATEs-using-Proc-Glimmix/m-p/909318#M45135</guid>
      <dc:creator>eap</dc:creator>
      <dc:date>2023-12-21T16:16:18Z</dc:date>
    </item>
  </channel>
</rss>

