BookmarkSubscribeRSS Feed
applemonster
Fluorite | Level 6

I use proc panel to run a simple panel data analysis. Here below is the most relevant code:

proc panel data=rrd_come.citydata_4;

id City TimeID;
model LoanNum = NewConfirmed NewSuspected / ranone;

run;

and I got the following Errors (Error is the mother of success but obviously my success has too many mothers):

ERROR: Invalid Operation.
ERROR: Termination due to Floating Point Exception

I have searched google and find the following information:

https://support.sas.com/kb/46/318.html

But it is definitely not my case because my dataset is just a 68846*5 table.

Are there any geniuses can help me out?

Thanks in advance!

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

Register now

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
  • 0 replies
  • 511 views
  • 0 likes
  • 1 in conversation