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.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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