https://github.com/cran/fields
Raw File
Tip revision: 292e80962d92c497484ad0735f3f13a4b8d3e0ac authored by Doug Nychka on 29 November 2007, 14:39:12 UTC
version 4.1
Tip revision: 292e809
mKrig.Rout.save

R version 2.5.0 (2007-04-23)
Copyright (C) 2007 The R Foundation for Statistical Computing
ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library( fields)
Loading required package: spam
'spam' working module is loaded.  Version 0.07 (2007-06-21).

Type demo(spam) for some demos, help(Spam) for an overview of this module.

 Try help(fields) for an overview of this library 

Attaching package: 'fields'


	The following object(s) are masked from package:spam :

	 Krig.make.W 

> options( echo=FALSE)
Warning messages:
1: GCV search gives a minimum at the endpoints of the 
grid search in: Krig.find.gcvmin(info, lambda.grid, gcv.grid$GCV, Krig.fgcv,  
2: GCV search gives a minimum at the endpoints of the 
grid search in: Krig.find.gcvmin(info, lambda.grid, gcv.grid$GCV.one, Krig.fgcv.one,  
all done with mKrig tests
> 
> 
back to top