Skip to content
Prev 21092 / 29559 Next

Getting regression coefficients when universal kriging

Look at ?predict.gstat and search for the BLUE parameter.

In principle, with BLUE = TRUE, prediction is based only on the (BLUE,
GLS) regression coefficients, ignoring residual. To get the regression
parameters, you have to provide fake predictors, e.g. a vector c(0,1)
will, in case of two coeffiecients return you the second parameter as
predicted value, along with its SE.

hth,
On 05/27/2014 10:50 AM, Steinbuch, Luc wrote: