
Last chance! 50% off unlimited learning
Sale ends in
Creates a list of summary results including estimates for the nugget variance (sigma) and the smoothing parameter (lambda). This list is usually printed using a "print.summary" function for nice formatting.
# S3 method for Krig
summary(object, digits=4,...)
A Krig or spatialProcess object.
Number of significant digits in summary.
Other arguments to summary
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.
This function is a method for the generic function summary for class Krig. The results are formatted and printed using print.summary.Krig.
Krig, summary, print.summary.Krig, summary.spatialProcess
# NOT RUN {
fit<- Krig(ChicagoO3$x, ChicagoO3$y, theta=100)
summary(fit) # summary of fit
# }
Run the code above in your browser using DataLab