BookmarkSubscribeRSS Feed
Amalik
Calcite | Level 5

Hi,

 

I am using the following code to run a two-way fixed effect. However, my regression estimates for some variables (semi, sm, osc and style) are coming out to be 0 which is quite unusual. Can anyone suggest why this would be happening?

 

ods exclude all;
proc glm data= have;
absorb fundid;
class obsdate;
      model y= Semi postyear semi*postyear sm osc turn exp flow lnsize lnage returnrank style obsdate / solution noint ;
ods output ParameterEstimates=results;   
run;
ods exclude none;
1 REPLY 1
PaigeMiller
Diamond | Level 26

I wrote a description of why this happens:

 

Re: Interpreting Multivariate Linear Regression wi... - SAS Support Communities

--
Paige Miller

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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