summary.krig {funfits}R Documentation

Summary for krigging fit

Description

This function is a method for the generic function summary for class krig.

Usage

summary.krig(x, ...)

Arguments

x A krig object.

Value

Gives a summary of the krigging oject. 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.

See Also

krig, summary

Examples

krig(ozone$x, ozone$y, exp.cov) -> fit  # krig fit
summary(fit)                            # summary of fit

[Package Contents]