Displaying 1 result from an estimated 1 matches for "cv_1994".
2010 Sep 24
1
Saving iterative components
...: num [1:14] 8.96 10.21 3.23 10.83 7.74 ...
.. ..$ X01_2000: num [1:14] 6.58 8.46 2.8 8.37 6.55 ...
Now I want to do 14 cross validation and I wrote a function
idw.cv<- function(x){
tmp<- krige.cv(x~1, Tmese, model=NULL)
return(tmp)
}
But when I run it, it doesn't work, it says:
> cv_1994<- idw.cv(X01_1994)
Error in eval(expr, envir, enclos) : object 'X01_1994' not found
Why????Please Help me!
--
View this message in context: http://r.789695.n4.nabble.com/Saving-iterative-components-tp2553676p2553676.html
Sent from the R help mailing list archive at Nabble.com.