<?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 interpreting dummy variable in Heckman 2SLS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/interpreting-dummy-variable-in-Heckman-2SLS/m-p/334117#M17633</link>
    <description>&lt;P&gt;&lt;SPAN&gt;**I APOLIGIZE FOR DOUBLE POSTING THIS QUESTION,** but I am getting no bites on the other board. &amp;nbsp;My question is regarding interpreting the output of a Heckman 2SLS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;Background information:&lt;/STRONG&gt; I am exploring how institutional investor presence affects investments and firm performance during recessions. &amp;nbsp;Yet, there is a bit of a selection issue because institutions may choose to invest in firms which have certain investment strategies or performances. &amp;nbsp;And so, I employ the Heckman 2SLS model.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;My code is:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;proc qlim data = data heckit;&lt;/DIV&gt;&lt;DIV&gt;model dumhi = dumsp500 capx q lnat salesgrowth lev / discrete; &amp;nbsp; &amp;nbsp;*selection equation;&lt;/DIV&gt;&lt;DIV&gt;model capx q liq salesgrowth vol rec / select(dumhi=1); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*equation of interest;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In an OLS or fixed effects model, I would estimate the model:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;capx = dumhi rec &lt;U&gt;rec*dumhi&lt;/U&gt; q liq salesgrowth vol &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;where the coefficient on the interaction term is the coefficient of interest.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;And now my question:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;In the second stage of Heckman 2SLS where the inverse mills ratio of my institutional investor equation is included in the estimation of investments, I cannot figure out how to include the institutional investor-recessionary interaction term due to a linearity issue. &amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I did include "rec" already -- is this basically the same thing as the interaction variable? I ask this because when we set up the second equation, we are imposing institutional investors = 1. No?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;So, does "rec" in the Heckman model essentially tell me the same thing as "rec*dumhi' in OLS model since we are imposing dumhi=1 in the selection criteria? Or am I not clear in my understanding of the model???&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Any help or thoughts is appreciated.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 18 Feb 2017 19:02:47 GMT</pubDate>
    <dc:creator>klndsy</dc:creator>
    <dc:date>2017-02-18T19:02:47Z</dc:date>
    <item>
      <title>interpreting dummy variable in Heckman 2SLS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/interpreting-dummy-variable-in-Heckman-2SLS/m-p/334117#M17633</link>
      <description>&lt;P&gt;&lt;SPAN&gt;**I APOLIGIZE FOR DOUBLE POSTING THIS QUESTION,** but I am getting no bites on the other board. &amp;nbsp;My question is regarding interpreting the output of a Heckman 2SLS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;Background information:&lt;/STRONG&gt; I am exploring how institutional investor presence affects investments and firm performance during recessions. &amp;nbsp;Yet, there is a bit of a selection issue because institutions may choose to invest in firms which have certain investment strategies or performances. &amp;nbsp;And so, I employ the Heckman 2SLS model.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;My code is:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;proc qlim data = data heckit;&lt;/DIV&gt;&lt;DIV&gt;model dumhi = dumsp500 capx q lnat salesgrowth lev / discrete; &amp;nbsp; &amp;nbsp;*selection equation;&lt;/DIV&gt;&lt;DIV&gt;model capx q liq salesgrowth vol rec / select(dumhi=1); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*equation of interest;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In an OLS or fixed effects model, I would estimate the model:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;capx = dumhi rec &lt;U&gt;rec*dumhi&lt;/U&gt; q liq salesgrowth vol &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;where the coefficient on the interaction term is the coefficient of interest.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;And now my question:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;In the second stage of Heckman 2SLS where the inverse mills ratio of my institutional investor equation is included in the estimation of investments, I cannot figure out how to include the institutional investor-recessionary interaction term due to a linearity issue. &amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I did include "rec" already -- is this basically the same thing as the interaction variable? I ask this because when we set up the second equation, we are imposing institutional investors = 1. No?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;So, does "rec" in the Heckman model essentially tell me the same thing as "rec*dumhi' in OLS model since we are imposing dumhi=1 in the selection criteria? Or am I not clear in my understanding of the model???&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Any help or thoughts is appreciated.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 18 Feb 2017 19:02:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/interpreting-dummy-variable-in-Heckman-2SLS/m-p/334117#M17633</guid>
      <dc:creator>klndsy</dc:creator>
      <dc:date>2017-02-18T19:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: interpreting dummy variable in Heckman 2SLS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/interpreting-dummy-variable-in-Heckman-2SLS/m-p/334135#M17634</link>
      <description>&lt;P&gt;It's a statistical methodology question, you should probably post on CrossValidated (stats.stackexchange.com) as well. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are several very smart statisticians&amp;nbsp;on here, but the statistical questions have a longer response time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm going to move this to statisical procedure forum though it rarely affects response time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 22:25:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/interpreting-dummy-variable-in-Heckman-2SLS/m-p/334135#M17634</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-18T22:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: interpreting dummy variable in Heckman 2SLS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/interpreting-dummy-variable-in-Heckman-2SLS/m-p/334136#M17635</link>
      <description>&lt;P&gt;Thank you for the direction, Reeza!!!&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 22:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/interpreting-dummy-variable-in-Heckman-2SLS/m-p/334136#M17635</guid>
      <dc:creator>klndsy</dc:creator>
      <dc:date>2017-02-18T22:33:44Z</dc:date>
    </item>
  </channel>
</rss>

