BookmarkSubscribeRSS Feed
buder
Fluorite | Level 6

Running PROC QLIM for a model where the dependent variable is a continous variable between 0 and 100 - thus the need for an ordered logit.


However, one independent variable is endogenous. Looking at the PROC QLIM procedure manual, I utilized the following code: 

 

PROC QLIM DATA = A; 

MODEL Y = X1 X2 X3 X4; 

MODEL X4 = X1 X2 X3 Z1;

RUN; 

 

Two questions: 

1) Is that the correct code to use?

2) How does one interpret the coefficients? In the results tab, I get that the endogenous variables are "y and x4" - shouldn't it just be x4? Also, for the parameters it will have y_intercept, y_x1, y_x2....and x4_intercept, x4_x1, etc. 

 

 

1 REPLY 1
Ksharp
Super User
plz post it at Forecast forum .


Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1391 views
  • 0 likes
  • 2 in conversation