BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Cruise
Ammonite | Level 13

Hi Folks:

 

I'm running PROC COUNTREG with spatieleffects. And I get an error below. can I ignore this warning safely? Anyone knows what this 'warning' could mean? 

 

690  proc countreg data=t.outcome_data Wmat=Wmatrix;
691     model n_outcome = exp_variable/ dist=negbin;
692     spatialeffects exp_variable;
693  run;

WARNING: This is an experimental release of spatial lag models in COUNTREG.
NOTE: Convergence criterion (ABSGCONV=0.00001) satisfied.
NOTE: PROCEDURE COUNTREG used (Total process time):
      real time           0.32 seconds
      cpu time            0.01 seconds

 

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

Not an error.

The warning is basically telling you that things, such as results for the same date set or syntax, may change when the final production version is released.

 

Also, if you get really weird results you might want to contact SAS technical support with the data as really odd results may indicate a needed programming change in the proc.

View solution in original post

1 REPLY 1
ballardw
Super User

Not an error.

The warning is basically telling you that things, such as results for the same date set or syntax, may change when the final production version is released.

 

Also, if you get really weird results you might want to contact SAS technical support with the data as really odd results may indicate a needed programming change in the proc.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 596 views
  • 1 like
  • 2 in conversation