Displaying 1 result from an estimated 1 matches for "hrobison".
Did you mean:
robison
2004 Jun 03
1
GAM question
...from the list is to try a dummy dataset that is small to see if
a weighted, logistic 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 all...