Skip to content

GAM quasipoisson in MuMIn

3 messages · Gavin Simpson, Karen Moore

#
On Fri, 2011-02-04 at 12:31 +0000, Karen Moore wrote:
<snip />
Ok, I'm reasonably certain that that is *not* your gam() call. Why not
post the *actual* code you would enter for your GAM model?

dd <- dredge(GAM)

should evaluate all possible models from the global model you specified.
The example you quote is for a global model with both smooth and linear
terms for the same variables, hence in dredge() they need to select
models that include only the smooth for a particular variable or the
linear term for that variable, but not both.

By the looks of it, you don't have this problem.

G