Displaying 1 result from an estimated 1 matches for "levelsord".
2008 Feb 21
1
update don't find an object
Hi,
I have a situation here.
I try this update:
mmaa <- update(mma,biomass~qvartemp)
but I have this message:
Error in eval(expr, envir, enclos) : object "qvartemp" not found
but this object exist:
[1] "cont" "i" "levelsord" "mma" "qvar" "qvarmma"
[7] "qvartemp" "test" "yvar"
but if I use the glm directly it work:
mmaa <- glm(biomass~qvartemp)
Call:
glm(formula = biomass ~ qvartemp)
Deviance Residuals:
Min 1Q Me...