<?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 do it interpret treatment effects with ordinal endogenious treatment variable? in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-it-interpret-treatment-effects-with-ordinal-endogenious/m-p/377024#M2532</link>
    <description>&lt;P&gt;I will try that, thanks!&lt;BR /&gt;&lt;BR /&gt;For future reference, would you mind educating me on why this is a question for Tech Support rather than the forum?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best ragards&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2017 14:30:57 GMT</pubDate>
    <dc:creator>Druen</dc:creator>
    <dc:date>2017-07-18T14:30:57Z</dc:date>
    <item>
      <title>How do it interpret treatment effects with ordinal endogenious treatment variable?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-it-interpret-treatment-effects-with-ordinal-endogenious/m-p/376506#M2523</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am estimating treatment effects in a model where the treatment variable takes 3 levels (1,2,3) and is endogenous.&lt;BR /&gt;My questions are how I can interpret the second-stage coefficients from proc syslin and whether I can compute estimates for a specific value of treatment (say treatment=1).&lt;BR /&gt;&lt;BR /&gt;I run SAS EG 7.1 and have used the following code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc syslin data=sample 2SLS;
endogenous treatment;
instruments Z X;
first_stage: model treatment=Z X;
second_stage: model  Y&amp;nbsp;= treatment+X;
run; quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 12:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-it-interpret-treatment-effects-with-ordinal-endogenious/m-p/376506#M2523</guid>
      <dc:creator>Druen</dc:creator>
      <dc:date>2017-07-17T12:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do it interpret treatment effects with ordinal endogenious treatment variable?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-it-interpret-treatment-effects-with-ordinal-endogenious/m-p/376623#M2527</link>
      <description>&lt;P&gt;Hi Druen,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This question might be better addressed by contacting Tech Support via the following link:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_self"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a reference for the model and the analysis you are trying to perform, then please provide that information as well when you create the Tech Support track.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;DW&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:46:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-it-interpret-treatment-effects-with-ordinal-endogenious/m-p/376623#M2527</guid>
      <dc:creator>dw_sas</dc:creator>
      <dc:date>2017-07-17T15:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do it interpret treatment effects with ordinal endogenious treatment variable?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-it-interpret-treatment-effects-with-ordinal-endogenious/m-p/377024#M2532</link>
      <description>&lt;P&gt;I will try that, thanks!&lt;BR /&gt;&lt;BR /&gt;For future reference, would you mind educating me on why this is a question for Tech Support rather than the forum?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best ragards&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 14:30:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-it-interpret-treatment-effects-with-ordinal-endogenious/m-p/377024#M2532</guid>
      <dc:creator>Druen</dc:creator>
      <dc:date>2017-07-18T14:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do it interpret treatment effects with ordinal endogenious treatment variable?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-it-interpret-treatment-effects-with-ordinal-endogenious/m-p/377351#M2541</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your follow-up question.&amp;nbsp; I should have provided a reason for suggesting you contact Tech Support&amp;nbsp;in my earlier reply.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the description of your model and data,&amp;nbsp;it was not clear that PROC SYSLIN was the appropriate procedure to use.&amp;nbsp;&amp;nbsp;The SYSLIN procedure&amp;nbsp;is generally used for continuous endogenous variables rather than ordinal data.&amp;nbsp;&amp;nbsp;I thought&amp;nbsp;that a&amp;nbsp;more detailed discussion of your desired&amp;nbsp;model and analysis&amp;nbsp;might be required in order to determine the appropriate procedure(s)&amp;nbsp;to use.&amp;nbsp; That type of detailed discussion is better addressed through Tech Support than through the forum.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that helps!&lt;/P&gt;
&lt;P&gt;DW&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:30:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-it-interpret-treatment-effects-with-ordinal-endogenious/m-p/377351#M2541</guid>
      <dc:creator>dw_sas</dc:creator>
      <dc:date>2017-07-19T14:30:11Z</dc:date>
    </item>
  </channel>
</rss>

