search for: slope10

Displaying 1 result from an estimated 1 matches for "slope10".

Did you mean: slope1
2004 Jun 03
1
GAM question
...GAM with seven variables will work at all or if I am speciying the model correctly. Would anyone be willing to have my dataset sent so they can check it out if that would help solve the issue? Thank you! Hillary (hrobison at unr.nevada.edu) > # trial, all, weighted > topo8 <- gam(PA ~ s(SLOPE10) + s(ASPECT10) + s(GYADEMPLUS) + s(TRI) + s(HLI) + s(PLAN10) + s(PROF10), family=binomial, data=topox, weights = w0) Warning in eval(expr, envir, enclos) : non-integer #successes in a binomial glm! Error: cannot allocate vector of size 60865 Kb > topo9 <- glm(PA ~ SLOPE10 + ASPECT10 + GYADEM...