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 .


SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1448 views
  • 0 likes
  • 2 in conversation