Skip to content
Prev 15307 / 29559 Next

Variogram estimation without spatial reference

What you did sounds to me like an (unbalanced) nested sampling scheme.
One of the first computer programs I ever wrote analysed such data (in
the late 80's, in Pascal) but it got lost somewhere in the migration
from 5.25" 360 Kb floppy disks to 256 Gb SSD drives.

As the underlying model was, IIRC, a mixed effects ANOVA model, I guess
lme() in package nlme would now provide you the means to analyse them;
you'd need to define a factors for each distance class, and have this
nested within the factor meadow.
On 06/12/2012 09:53 PM, Tom Gottfried wrote: