Re: [R] issues with krige function

2012-10-31 Thread Adrienne Wootten
Thierry, To answer your first question summary(casedata) station year monthday obs mpe Length:236 Min. :2011 Min. :8 Min. :28 Min. :0. Min. :0.0 Class :character 1st Qu.:2011 1st Qu.:8 1st Qu.:28 1st Qu

Re: [R] issues with krige function

2012-10-31 Thread ONKELINX, Thierry
Dear Adrienne, What is the output of summary(casestudy) and summary(gridmeta)? What happens if you set nmax to 10? krige(formula=bias~1,locations=~lon+lat,data=casedata,newdata=gridmeta ,model=v.fit, nmax = 10) ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Research Institute for

Re: [R] issues with krige function

2012-10-31 Thread Adrienne Wootten
My apologies to all, the package is gstat that I am using not geoR. thanks! A On Tue, Oct 30, 2012 at 1:35 PM, Adrienne Wootten wrote: > Greetings all, > > Ran into a strange problem with the krige function from geoR. The > problem that I am having is that while the krige function seems to > wor