Displaying 1 result from an estimated 1 matches for "cincoter".
2008 Jan 08
3
GAM, GLM, Logit, infinite or missing values in 'x'
...would like to figure out another
option.
My glm and gam models are below. Any suggestions are very much
appreciated.
Best,
Anders
> form.logit
outbinary ~ a_norm_total2 + I(a_norm_total2^2) + prop + igoprop +
gpconc + ter + open + igototal + cinc.nmc + demsOnumstat +
diversity + cincOter + polity2
> form.glogit
outbinary ~ s(a_norm_total2) + s(prop) + s(prop, by = a_norm_total2) +
igoprop + gpconc + ter + open + igototal + cinc.nmc + demsOnumstat +
diversity + cincOter + polity2
GAM error message:
avt.2glogit<-gam(form.glogit, data=dataS, na.action=na.omit,family=...