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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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