BookmarkSubscribeRSS Feed
Talat
Fluorite | Level 6

Hi,

I have household pollution data. I want to build a prediction model based on household variables to predict household PM2.5( particulate matter). However, houses close by are more likely to have similar exposure compared to houses further away. So, I'd like to adjust the prediction model for the inverse of the physical distance. I have latitude-longitude data for each household.  Can inverse distance weighting be done in Proc mixed?  

1 REPLY 1
PGStats
Opal | Level 21

First, translate your lat-long coordinates into X-Y coordinates, such as UTMX and UTMY, so that both are expressed in the same units. Then ask proc mixed to fit a spatial covariance structure to your data with

 

random intercept / type=sp(pow)(utmx utmy);

 

also consider type=sp(sph)(utmx utmy) or type=sp(exp)(utmx utmy), (the choice will probably not matter much).

 

hth

PG

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
  • 732 views
  • 0 likes
  • 2 in conversation