BookmarkSubscribeRSS Feed
Saba1
Quartz | Level 8

Hi

 

I have a panel dataset with a large number of stocks and monthly data. I have tried to run regression with "year" and "stock" fixed effect by using proc glm. But the results show biased estimates for year and stock. Following is the message I receive with regression output:

 

"Note: The X'X matrix has been found to be singular, and a generalized inverse was used to solve the normal equations. Terms whose estimates are followed by the letter 'B' are not uniquely estimable."

 

Following is the code:

proc glm data=reg ;
absorb year PERMNO;
model a = b c year PERMNO / solution noint;
run;
quit;

Please assist me identifying the reason behind biased results. Is it fine if I use "proc surveyreg" instead of proc glm for fixed effect?

Thanks.

 

 

 

3 REPLIES 3
Saba1
Quartz | Level 8

Hi

 

I have a panel dataset with a large number of stocks and monthly data. I have tried to run regression with "year" and "stock" fixed effect by using proc glm. But the results show biased estimates for year and stock. Following is the message I receive with regression output:

 

"Note: The X'X matrix has been found to be singular, and a generalized inverse was used to solve the normal equations. Terms whose estimates are followed by the letter 'B' are not uniquely estimable."

 

Following is the code:

proc glm data=reg ;
absorb year PERMNO;
model a = b c year PERMNO / solution noint;
run;
quit;

Please assist me identifying the reason behind biased results. Is it fine if I use "proc surveyreg" instead of proc glm for fixed effect?

Thanks.

Kurt_Bremser
Super User

I merged the questions. Please post questions omly once, as it keeps all the answers and discussion in one place.

 

The stat procs forum is the right one for this issue.

Saba1
Quartz | Level 8

@Kurt_Bremser Thanks. But I have not yet received any help.

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
  • 3 replies
  • 1701 views
  • 0 likes
  • 2 in conversation