Skip to content

gam problem

1 message · Robert J. Hijmans

#
Thanks Tim,
This happened when using gam & writing to file & na.rm = FALSE (which
in the case of GAM is the same as na.rm=TRUE). The problem was that
gam.predict returns an array where raster::predict expected a matrix
or a vector. This is now fixed (version 1.8-22).
Robert
On Thu, May 12, 2011 at 6:02 AM, <Tim.Haering at lwf.bayern.de> wrote:
(...)