BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Druen
Calcite | Level 5

Hi,

I am estimating treatment effects in a model where the treatment variable takes 3 levels (1,2,3) and is endogenous.
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).

I run SAS EG 7.1 and have used the following code:

Proc syslin data=sample 2SLS;
endogenous treatment;
instruments Z X;
first_stage: model treatment=Z X;
second_stage: model  Y = treatment+X;
run; quit;

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
dw_sas
SAS Employee

Hi Druen,

 

This question might be better addressed by contacting Tech Support via the following link:

 

http://support.sas.com/ctx/supportform/createForm

 

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.

 

Best Regards,

DW

View solution in original post

3 REPLIES 3
dw_sas
SAS Employee

Hi Druen,

 

This question might be better addressed by contacting Tech Support via the following link:

 

http://support.sas.com/ctx/supportform/createForm

 

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.

 

Best Regards,

DW

Druen
Calcite | Level 5

I will try that, thanks!

For future reference, would you mind educating me on why this is a question for Tech Support rather than the forum?

 

Best ragards

dw_sas
SAS Employee

Hi,

 

Thanks for your follow-up question.  I should have provided a reason for suggesting you contact Tech Support in my earlier reply. 

 

Based on the description of your model and data, it was not clear that PROC SYSLIN was the appropriate procedure to use.  The SYSLIN procedure is generally used for continuous endogenous variables rather than ordinal data.  I thought that a more detailed discussion of your desired model and analysis might be required in order to determine the appropriate procedure(s) to use.  That type of detailed discussion is better addressed through Tech Support than through the forum. 

 

I hope that helps!

DW 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 839 views
  • 0 likes
  • 2 in conversation