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.

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