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
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.
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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.
Ready to level-up your skills? Choose your own adventure.