powered by
This function prints a summary of the parameter estimation results given by variofit.
variofit
# S3 method for variofit summary(object, …)
an object of the class "variomodel" typically an output of variofit.
"variomodel"
other arguments to be passed to the function print or summary.
print
summary
Prints a summary of the estimation results on the screen or other output device.
Further information on the package geoR can be found at: http://www.leg.ufpr.br/geoR.
The functions variofit for variogram based estimation. For likelihood based parameter estimation see likfit.
likfit
# NOT RUN { s100.vario <- variog(s100, max.dist=1) wls <- variofit(s100.vario, ini=c(.5, .5), fix.nugget = TRUE) wls summary(wls) # }
Run the code above in your browser using DataLab