BookmarkSubscribeRSS Feed
gr8694
Calcite | Level 5

I can get the program to work by industry (please see error message below). What is being incorrectly? I am not sure why/ el Thanks

790 PROC PANEL DATA=SASUSER.CSR3 plot=none;
791 WHERE TYPE = 0;
792 MODEL ISCORE = CSR_Spending ROE ROA ROS OPERATING_INCOME MAN FARM MINE UTIL CON RETAIL
792! TRANS INFORM FIN ADMIN EDSOC ENTER SIZE/ RANTWO VCOMP=WK;
793 ID SYMBOL YEAR;
794 RUN;

NOTE: The transformed regression does not have full rank. User should be aware of possible
multicollinearity and/or estimability problems before using RanTwo method results.
WARNING: Hausman statistic cannot be calculated because different variables were dropped in the
random effects model than in the fixed effects model.
NOTE: PROCEDURE PANEL used (Total process time):
real time 0.03 seconds
cpu time 0.01 seconds

1 REPLY 1
stat_sas
Ammonite | Level 13

It seems some of the predictors are perfectly correlated that makes OLS impossible.

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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