<?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: Fixed effects in Proc Probit in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-in-Proc-Probit/m-p/378882#M19898</link>
    <description>&lt;P&gt;Hello dear ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can i get Pseudo R squre or R squre using this regression in SAS?&lt;BR /&gt;any help will he highly appreciable.&amp;nbsp;&lt;BR /&gt;THnaks&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 07:05:04 GMT</pubDate>
    <dc:creator>raqthesolid</dc:creator>
    <dc:date>2017-07-25T07:05:04Z</dc:date>
    <item>
      <title>Fixed effects in Proc Probit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-in-Proc-Probit/m-p/60805#M2827</link>
      <description>How can I run a fixed effect model in Probit?&lt;BR /&gt;
&lt;BR /&gt;
My model is: y=f(V1, V2, V3). &lt;BR /&gt;
&lt;BR /&gt;
y is a 0/1 binomial variable.&lt;BR /&gt;
V1, V2, V3 are continuous variables.&lt;BR /&gt;
&lt;BR /&gt;
The observations are taken over a period of 30 years.  A portion of the total number of observations come from each of the thirty years.&lt;BR /&gt;
&lt;BR /&gt;
Since the V1,V2 and V3 vary over the thrity years, I want to add a year fixed effect.&lt;BR /&gt;
&lt;BR /&gt;
I am using SAS 9.2. I have looked in the SAS Documentation but am unable to locate the command/options, etc.&lt;BR /&gt;
&lt;BR /&gt;
Can anybody help?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Mon, 02 May 2011 19:33:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-in-Proc-Probit/m-p/60805#M2827</guid>
      <dc:creator>Kingess</dc:creator>
      <dc:date>2011-05-02T19:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed effects in Proc Probit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-in-Proc-Probit/m-p/60806#M2828</link>
      <description>Based on your question, I think you simply want:&lt;BR /&gt;
&lt;BR /&gt;
proc probit;&lt;BR /&gt;
class y;&lt;BR /&gt;
model y = v1 v2 v3 year;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
This assume that y is strictly 0 or 1. There is an alternate syntax when you have a count of y out of n for each observation.</description>
      <pubDate>Mon, 02 May 2011 20:32:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-in-Proc-Probit/m-p/60806#M2828</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2011-05-02T20:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed effects in Proc Probit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-in-Proc-Probit/m-p/60807#M2829</link>
      <description>A fixed effects model can be fit in PROC LOGISTIC using the STRATA statement.  For example:&lt;BR /&gt;
&lt;BR /&gt;
proc logistic;&lt;BR /&gt;
  strata year;&lt;BR /&gt;
  model y=v1 v2 v3;&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
This fits the conditional logistic model that avoids estimating parameters for the years.  However, a probit model cannot be fit when the STRATA statement is used and there is no STRATA statement in PROC PROBIT.</description>
      <pubDate>Tue, 03 May 2011 20:44:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-in-Proc-Probit/m-p/60807#M2829</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2011-05-03T20:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed effects in Proc Probit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-in-Proc-Probit/m-p/378882#M19898</link>
      <description>&lt;P&gt;Hello dear ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can i get Pseudo R squre or R squre using this regression in SAS?&lt;BR /&gt;any help will he highly appreciable.&amp;nbsp;&lt;BR /&gt;THnaks&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 07:05:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-in-Proc-Probit/m-p/378882#M19898</guid>
      <dc:creator>raqthesolid</dc:creator>
      <dc:date>2017-07-25T07:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed effects in Proc Probit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-in-Proc-Probit/m-p/378883#M19899</link>
      <description>Hello dear &lt;BR /&gt;Can I get Pseudo R squre using Proc logistic? &lt;BR /&gt;Thanks for help</description>
      <pubDate>Tue, 25 Jul 2017 07:05:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-in-Proc-Probit/m-p/378883#M19899</guid>
      <dc:creator>raqthesolid</dc:creator>
      <dc:date>2017-07-25T07:05:46Z</dc:date>
    </item>
  </channel>
</rss>

