Displaying 1 result from an estimated 1 matches for "topo10".
Did you mean:
top10
2004 Jun 03
1
GAM question
...ror: cannot allocate vector of size 60865 Kb
> topo9 <- glm(PA ~ SLOPE10 + ASPECT10 + GYADEMPLUS + TRI + HLI + PLAN10 +
PROF10, family=binomial, data=topox, weights = w0)
Warning in eval(expr, envir, enclos) : non-integer #successes in a
binomial glm!
> # trial, weighted, slope only
> topo10 <- gam(PA ~ s(SLOPE10), family=binomial, data=topox, weights =
w0)
Warning in eval(expr, envir, enclos) : non-integer #successes in a
binomial glm!