Skip to content
Prev 10110 / 29559 Next

geoRglm: sim.predict problems

Hi Simon,
I have been attempting a similar thing as you, but using the glsm.krige 
function, without success. From what i can work out the the 
output.glm.control() settings are sent to the .cond.sim function from 
geoR, which is doing something different to what you are after (I 
believe). I have had a brief look at the binom.krige.bayes function, and 
it appears the median of the values is performed within the sub function 
.pred.quan.aux function on the first line

temp.med <- apply(temp.pred$mean, 1, median)

I assume that it would be possible for you to adjust this function to 
get it to do what you want, but i am unsure about that, as i have been 
using the glsm.krige function.

If you try to re-run your code with a smaller prediction grid (50 
points), the output.glm.control function will most likely work for you, 
however i have waited over a day for 8000 points with no luck.

Jason
On 25/11/10 00:04, O'Hanlon, Simon J wrote: