summary.variofit: Summarize Results of Variogram Estimation

Description Usage Arguments Value Author(s) References See Also Examples

Description

This function prints a summary of the parameter estimation results given by variofit.

Usage

1
2
## S3 method for class 'variofit'
summary(object, ...)

Arguments

object

an object of the class "variomodel" typically an output of variofit.

...

other arguments to be passed to the function print or summary.

Value

Prints a summary of the estimation results on the screen or other output device.

Author(s)

Paulo J. Ribeiro Jr. paulojus@leg.ufpr.br,
Peter J. Diggle p.diggle@lancaster.ac.uk.

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

1
2
3
4
s100.vario <- variog(s100, max.dist=1)
wls <- variofit(s100.vario, ini=c(.5, .5), fix.nugget = TRUE)
wls
summary(wls)

rundel/geoR documentation built on May 18, 2019, 11:28 p.m.