| summary.variomodel {geoR} | R Documentation |
This function prints a summary of the parameter estimation results given
by variofit.
summary.variomodel(obj)
obj |
an object of the class "variomodel"
typically an output of
variofit. |
Prints a summary of the estimation results on the screen or other output device.
Paulo J. Ribeiro Jr. Paulo.Ribeiro@est.ufpr.br,
Peter J. Diggle p.diggle@lancaster.ac.uk.
Further information about geoR can be found at:
http://www.maths.lancs.ac.uk/~ribeiro/geoR.html.
The functions variofit for
variogram based estimation. For likelihood based parameter estimation see likfit.
if(is.R()) data(s100) s100.vario <- variog(s100, max.dist=1) wls <- variofit(s100.vario, ini=c(.5, .5), fix.nugget = TRUE) wls summary(wls)