Re: [R-sig-Geo] Regression kriging - error not found when ordinary kriging

2013-11-19 Thread Jordan Chetcuti
rame > names(blank) # all the variables in the model except for Total > > TotalRegKrige <- krige(Total~m5005CVOL+n50010CVOL+n50015CVOL+DTM, bd, > blank, > model=fit_r) > > > Hope this helps. > > Ashton > > > > On Friday, November 15, 2013 10:10:30 AM J

[R-sig-Geo] Regression kriging - error not found when ordinary kriging

2013-11-15 Thread Jordan Chetcuti
ng messages: 1: 'newdata' had 26026 rows but variables found have 83 rows 2: 'newdata' had 26026 rows but variables found have 83 rows This would lead me to think there is an error in the ascii grid, except that it worked perfectly in the ordinary kriging example. Any help anyone