Summary for Krig or spatialProcess estimated models.
summary.Krig.RdCreates a list of summary results including estimates for the nugget variance (tau) and the smoothing parameter (lambda). This list is usually printed using a "print.summary" function for nice formatting.
Usage
# S3 method for class 'Krig'
summary(object, digits=4,...)Value
Gives a summary of the Krig object. The components include the function call, number of observations, effective degrees of freedom, residual degrees of freedom, root mean squared error, R-squared and adjusted R-squared, log10(lambda), cost, GCV minimum and a summary of the residuals.