summary.variofit
From geoR v1.8-1
by Paulo Ribeiro Jr
Summarize Results of Variogram Estimation
This function prints a summary of the parameter estimation results given
by variofit
.
- Keywords
- spatial
Usage
# S3 method for variofit
summary(object, …)
Arguments
Value
Prints a summary of the estimation results on the screen or other output device.
References
Further information on the package geoR can be found at: http://www.leg.ufpr.br/geoR.
See Also
The functions variofit
for
variogram based estimation. For likelihood based parameter estimation see likfit
.
Examples
# NOT RUN {
s100.vario <- variog(s100, max.dist=1)
wls <- variofit(s100.vario, ini=c(.5, .5), fix.nugget = TRUE)
wls
summary(wls)
# }
Community examples
Looks like there are no examples yet.