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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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