<?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: IV Estimation successes in STATA but not in SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/IV-Estimation-successes-in-STATA-but-not-in-SAS/m-p/650445#M78719</link>
    <description>Dear Miller,&lt;BR /&gt;   You are right.   nearc4 is in another data file.   I used the wrong data set.&lt;BR /&gt;Thank You for your time.&lt;BR /&gt;Bests,</description>
    <pubDate>Mon, 25 May 2020 12:37:31 GMT</pubDate>
    <dc:creator>Golf</dc:creator>
    <dc:date>2020-05-25T12:37:31Z</dc:date>
    <item>
      <title>IV Estimation successes in STATA but not in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/IV-Estimation-successes-in-STATA-but-not-in-SAS/m-p/650426#M78714</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;I have a single equation, where lwage is the dependent variable,&amp;nbsp; there are 15 independent variables and one of them (educ) is an endogenous varaibles.&amp;nbsp; &amp;nbsp;A exogenous variable, nearc4, is used as the instrumental variable.&amp;nbsp; &amp;nbsp;I use the following procedure in SAS and get the error message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 930px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39927i83F076DDD6F1FC9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here is the results.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39928i4205393C0F4237DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Can you help me out from the problem?&amp;nbsp; &amp;nbsp;I apply the same data set to STATA, and I can get the result without problems.&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 10:36:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/IV-Estimation-successes-in-STATA-but-not-in-SAS/m-p/650426#M78714</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-05-25T10:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: IV Estimation successes in STATA but not in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/IV-Estimation-successes-in-STATA-but-not-in-SAS/m-p/650429#M78716</link>
      <description>&lt;P&gt;The WARNING message seems clear to me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;WARNING: The variable nearc4 is not defined in the program&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 May 2020 10:43:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/IV-Estimation-successes-in-STATA-but-not-in-SAS/m-p/650429#M78716</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-05-25T10:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: IV Estimation successes in STATA but not in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/IV-Estimation-successes-in-STATA-but-not-in-SAS/m-p/650432#M78717</link>
      <description>Dear Miller,&lt;BR /&gt;    How to make nearc4 defined in the program.   (I understanded that nearc4 was already defined in the INSTRUMENT statement)&lt;BR /&gt;Thank You,</description>
      <pubDate>Mon, 25 May 2020 11:14:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/IV-Estimation-successes-in-STATA-but-not-in-SAS/m-p/650432#M78717</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-05-25T11:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: IV Estimation successes in STATA but not in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/IV-Estimation-successes-in-STATA-but-not-in-SAS/m-p/650433#M78718</link>
      <description>&lt;P&gt;What is NEARC4? Where would SAS find it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it a variable in your input data set, or something computed? Obviously, it is neither, and so SAS doesn't know how to use NEARC4.&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 11:32:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/IV-Estimation-successes-in-STATA-but-not-in-SAS/m-p/650433#M78718</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-05-25T11:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: IV Estimation successes in STATA but not in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/IV-Estimation-successes-in-STATA-but-not-in-SAS/m-p/650445#M78719</link>
      <description>Dear Miller,&lt;BR /&gt;   You are right.   nearc4 is in another data file.   I used the wrong data set.&lt;BR /&gt;Thank You for your time.&lt;BR /&gt;Bests,</description>
      <pubDate>Mon, 25 May 2020 12:37:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/IV-Estimation-successes-in-STATA-but-not-in-SAS/m-p/650445#M78719</guid>
      <dc:creator>Golf</dc:creator>
      <dc:date>2020-05-25T12:37:31Z</dc:date>
    </item>
  </channel>
</rss>

