<?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: Logistic model with fixed effects and robust standard error in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Logistic-model-with-fixed-effects-and-robust-standard-error/m-p/795778#M39084</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/416433"&gt;@sdan23&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the answer from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;&amp;nbsp;on this topic :&lt;/P&gt;
&lt;P&gt;Logit with robust standard errors&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/Logit-with-robust-standard-errors/td-p/469174" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/Logit-with-robust-standard-errors/td-p/469174&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Fri, 11 Feb 2022 20:30:40 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2022-02-11T20:30:40Z</dc:date>
    <item>
      <title>Logistic model with fixed effects and robust standard error</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Logistic-model-with-fixed-effects-and-robust-standard-error/m-p/795761#M39081</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT face="Segoe UI" size="3" color="#000000"&gt;Dear SAS users,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT face="Segoe UI" size="3" color="#000000"&gt;I have a cross-sectional data but I would like to do state fixed effects with state robust standard errors. My outcome is binary so I was going to use Proc Logistic with the Strata function but it seems like I can't do robust standard errors (I think). Proc Genmod can adjust for robust standard but I couldn't figure out how to do the fixed effects.&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT face="Segoe UI" size="3" color="#000000"&gt;So am I only left with the option to use proc glimmix? Did I miss something? Is there a way I can compress the output of the coefficients for state?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT face="Segoe UI" size="3" color="#000000"&gt;proc glimmix data=data;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT face="Segoe UI" size="3" color="#000000"&gt;&amp;nbsp; class X2 state;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT face="Segoe UI" size="3" color="#000000"&gt;&amp;nbsp; model y = x1 x2 x3 state/dist=binary link = logit oddsratio(diff=all) solution;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT face="Segoe UI" size="3" color="#000000"&gt;&amp;nbsp;random intercept / subject=state;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT face="Segoe UI" size="3" color="#000000"&gt;run;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT face="Segoe UI" size="3" color="#000000"&gt;Thank you very much in advance!&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 19:18:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Logistic-model-with-fixed-effects-and-robust-standard-error/m-p/795761#M39081</guid>
      <dc:creator>sdan23</dc:creator>
      <dc:date>2022-02-11T19:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Logistic model with fixed effects and robust standard error</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Logistic-model-with-fixed-effects-and-robust-standard-error/m-p/795778#M39084</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/416433"&gt;@sdan23&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the answer from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;&amp;nbsp;on this topic :&lt;/P&gt;
&lt;P&gt;Logit with robust standard errors&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/Logit-with-robust-standard-errors/td-p/469174" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/Logit-with-robust-standard-errors/td-p/469174&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 20:30:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Logistic-model-with-fixed-effects-and-robust-standard-error/m-p/795778#M39084</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-02-11T20:30:40Z</dc:date>
    </item>
  </channel>
</rss>

