<?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: How to use fixed effects for logit? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-fixed-effects-for-logit/m-p/344149#M18104</link>
    <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2017 18:16:40 GMT</pubDate>
    <dc:creator>BobSmith</dc:creator>
    <dc:date>2017-03-24T18:16:40Z</dc:date>
    <item>
      <title>How to use fixed effects for logit?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-fixed-effects-for-logit/m-p/342757#M18028</link>
      <description>&lt;P&gt;Is the proper way to do fixed effects for logit this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc surveylogistic data=table;
  strata year industry;
  model y = x1 x2 x3 /rsquare link=logit;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;...Or this...&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc surveylogistic data=table;
  class year industry;
  model y = x1 x2 x3 year industry /rsquare link=logit;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 20:24:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-fixed-effects-for-logit/m-p/342757#M18028</guid>
      <dc:creator>BobSmith</dc:creator>
      <dc:date>2017-03-20T20:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to use fixed effects for logit?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-fixed-effects-for-logit/m-p/343851#M18081</link>
      <description>&lt;P&gt;The fixed effects model is done using the STRATA statement so that a conditional model is implemented. Fixed effects modeling is well discussed and illustrated in the book "Fixed Effects Regression Methods for Longitudinal Data Using SAS" &amp;nbsp;(Allison, P., SAS Institute, 2005)&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 20:23:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-fixed-effects-for-logit/m-p/343851#M18081</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-03-23T20:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use fixed effects for logit?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-fixed-effects-for-logit/m-p/343862#M18083</link>
      <description>&lt;P&gt;Dave,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I've seen that and associated books. I get that doing one-way fixed effects can be done using the STRATA command. However, how about two-way fixed effects? My understanding is, doing STRATA var1 var2 would not necessarily two-way fixed effects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 20:38:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-fixed-effects-for-logit/m-p/343862#M18083</guid>
      <dc:creator>BobSmith</dc:creator>
      <dc:date>2017-03-23T20:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use fixed effects for logit?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-fixed-effects-for-logit/m-p/344145#M18103</link>
      <description>&lt;P&gt;I'm not aware of a 1-way, 2-way, n-way distinction for the stratified conditional model. &amp;nbsp;The only purpose of the STRATA statement is to specify the variable (or variables) needed to distinguish those observations that are in the same stratum from those that are not. You would only need to specify more than one variable if all of the observations in a level of a variable are from more than one stratum. If the unique combinations of two (or more) variables are needed to correctly define the strata, then you would specify two (or more) variables in the STRATA statement.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:13:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-fixed-effects-for-logit/m-p/344145#M18103</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-03-24T18:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to use fixed effects for logit?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-fixed-effects-for-logit/m-p/344149#M18104</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:16:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-use-fixed-effects-for-logit/m-p/344149#M18104</guid>
      <dc:creator>BobSmith</dc:creator>
      <dc:date>2017-03-24T18:16:40Z</dc:date>
    </item>
  </channel>
</rss>

