BookmarkSubscribeRSS Feed
Moshood
Fluorite | Level 6

Hi everyone,

A spatial analysis is to be carried out on yield attribute with geoferenced information in easting and northing UTM coordinates system. I intend to carried out variogram model on the OLS residual with the intention of having the idea of what my initial starting values of geostatistical parameters (range, sill) will be by the time Spatial covariance model was done in PROC MIXED. I proceed as follows

proc mixed data=spatial method=reml;

          model yield=/outp=residat;

run;

proc variogram data-residat outv=variodat;

          compute lagdistance= maxlag=

          coordinates xc=easting yc=northing;

           var resid;

run;

I am having difficulty in knowing what to choose as lagdistance and maxlag. Could anyone help me out? Having got those values, what would be the next thing to be done to get initial values for the range and sills.

Thanks while looking forward to reading from you.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 0 replies
  • 1142 views
  • 0 likes
  • 1 in conversation