georobObject {georob} | R Documentation |
Fitted georob Object
Description
An object of class georob
as returned by georob
and
representing a (robustly) fitted spatial linear model. Objects of this
class have methods for model building (see
georobModelBuilding
) and 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
).
Value
A georob
object is a list with following components:
loglik |
the maximized (restricted) Gaussian log-likelihood of a
non-robust (RE)ML fit or |
variogram.object |
the estimated parameters of a possibly nested variograms model. This is a list that contains for each variogram model structure the following components:
|
gradient |
a named numeric vector with the estimating equations (robust REML) or the gradient of the maximized (restricted) log-likelihood (Gaussian (RE)ML) evaluated at the solution. |
tuning.psi |
the value of the tuning constant |
coefficients |
a named vector with the estimated regression coefficients
|
fitted.values |
a named vector with the fitted values of the
external drift
|
bhat |
a named vector with the predicted spatial random effects
|
residuals |
a named vector with the residuals
|
rweights |
a named numeric vector with the “robustness weights”
|
converged |
a logical scalar indicating whether numerical maximization of
the (restricted) |
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
|
expectations |
a named numeric vector with the expectations of
|
Valphaxi.objects |
a list of matrices in compressed form with (among others) the following components:
|
zhat.objects |
a list of matrices in (partly) compressed form with the following components:
|
locations.object |
a list with 3 components:
|
initial.objects |
a list with 3 components:
|
hessian.tfpa |
a symmetric matrix with the Hessian (observed
Fisher information) at the solution with respect to the transformed
variogram and anisotropy parameters if the model was fitted non-robustly
with the argument |
hessian.ntfpa |
a symmetric matrix with the Hessian (observed
Fisher information) at the solution with respect to the non-transformed
variogram and anisotropy parameters if the model was fitted non-robustly
with the argument |
control |
a list with control parameters generated by
|
MD |
optionally a matrix of robust distances in the space spanned by
|
model , x , y |
if requested the model frame, the model matrix and the response, respectively. |
na.action , offset , contrasts , xlevels , rank , df.residual , call , terms |
further
components of the fit as described for an object of class
|
Author(s)
Andreas Papritz papritz@retired.ethz.ch.
See Also
georobPackage
for a description of the model and a brief summary of the algorithms;
georob
for (robust) fitting of spatial linear models;
profilelogLik
for computing profiles of Gaussian likelihoods;
plot.georob
for display of RE(ML) variogram estimates;
control.georob
for controlling the behaviour of georob
;
georobModelBuilding
for stepwise building models of class georob
;
cv.georob
for assessing the goodness of a fit by georob
;
georobMethods
for further methods for the class georob
;
predict.georob
for computing robust Kriging predictions;
lgnpp
for unbiased back-transformation of Kriging prediction
of log-transformed data;
georobSimulation
for simulating realizations of a Gaussian process
from model fitted by georob
; and finally
sample.variogram
and fit.variogram.model
for robust estimation and modelling of sample variograms.