Skip to content

Selective Kriging error

2 messages · kapo coulibaly, Edzer Pebesma

#
Thanks for forwarding my off-list answer back to the list.

Do a

library(gstat)
demo(examples)

and look at the Stratified ordinary kriging example.

meuse[meuse$part.a == 0,]

is passed to the krige function, meaning a subset of the full meuse
dataset. In your case this would be something like

yourdata[yourdata$measurementerror == 0,]
On 12/15/2010 02:59 PM, kapo coulibaly wrote: