Description Value Author(s) See Also
An object of class georob
as returned by georob
and
representing a (robustly) fitted spatial linear model. Objects of this
class have methods for cross-validation (see
cv.georob
), for computing (robust) kriging predictions
(see predict.georob
), for plotting (see
plot.georob
) and for common generic functions (see
georobMethods
).
The following components are included in a georob
object:
loglik |
the maximized restricted Gaussian loglikelihood of a
non-robust REML fit or |
variogram.model |
the name of the fitted parametric variogram model. |
param |
a named numeric vector with the (estimated) variogram parameters. |
aniso |
a list with the following components:
|
gradient |
a named numeric vector with the estimating equations (robust REML) evaluated at the solution or the gradient of the maximized restricted loglikelihood (Gaussian REML). |
psi.func |
the name of the parametric |
tuning.psi |
the value of the tuning constant c of the ψ_c-function. |
coefficients |
a named vector with the estimated regression coefficients. |
fitted.values |
a named vector with the fitted values of the external drift X hatβ. |
bhat |
a named vector with the predicted spatial random effects hatB at the data locations. |
residuals |
a named vector with the residuals hatε=Y-X hatβ - hatB. |
rweights |
a named numeric vector with the “robustness weights” ψ(hatε_i/hatτ) / (hatε_i/hatτ). |
converged |
logical indicating whether numerical maximization of
the restricted loglikelihood by |
convergence.code |
a diagnostic integer issued by |
iter |
a named integer vector of length two, indicating either
|
Tmat |
the compressed design matrix for replicated observations at coincident locations (integer vector that contains for each observation the row index of the respective unique location). |
cov |
a list with covariance matrices (or diagonal variance
vectors). Covariance matrices are stored in compressed form (see
|
param.tf |
a character vector indicating the transformations of the variogram parameters for model fitting. |
fwd.tf |
a list of functions for variogram parameter transformations. |
bwd.tf |
a list of inverse functions for inverse variogram parameter transformations. |
hessian |
a symmetric matrix giving an estimate of the Hessian at
the solution if the model was fitted non-robustly with the argument
|
expectations |
a named numeric vector with the expectations of
dψ_c'(x)/dx ( |
Valpha.objects |
a list of matrices in compressed form with the components:
|
locations.object |
a list with 2 components:
|
initial.objects |
a list with 5 components:
|
MD |
optionally a matrix of robust distances in the space spanned by
X (see argument |
model, x, y |
if requested the model frame, the model matrix and the response, respectively. |
|
further
components of the fit as described for an object of class
|
Andreas Papritz andreas.papritz@env.ethz.ch
georobIntro
for a description of the model and a brief summary of the algorithms;
georob
for (robust) fitting of spatial linear models;
georob.control
for controlling the behaviour of georob
;
plot.georob
for display of REML variogram estimates;
cv.georob
for assessing the goodness of a fit by georob
;
predict.georob
for computing robust kriging predictions; and finally
georobModelBuilding
for stepwise building models of class georob
;
georobMethods
for further methods for the class georob
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.