BookmarkSubscribeRSS Feed
Cruise
Ammonite | Level 13

Hi Folks:

 

I'm trying to run proc countreg on spatially correlated data. But I get error: WARNING: The WMAT= option and/or SPATIALID statement will be ignored because the spatial lag model is not valid.

Where should I look at to start with to investigate the problem? Any known issues associated with this Warning? 

 

proc sort data=mydata; 
by ID1NAME IDNAME; 
run;
ods trace on; 
ods output  ParameterEstimates=par; 
proc countreg data=mydata Wmat=Wmatrix;
model n_covid =db_ocular_rate p55_64 p65_74 p75_84 p85/offset=ln dist=negbin;
ods trace off; 
run;

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