Hello All,
I have tried to organize the results so that you can easily understand what I am trying to ask. I would like to provide you my results in word file which I have attached here.
Big picture curiosity: I am not being to figure out why there is no consistency between glm () function output and anova () function output which is based on the model fitted into the data by glm () function.
My questions are as follows: (Please look at word file to see the model number)
1. The output from model 1 (A) and model 4 (D) did not show any significant effect of any sub-levels of independent variable on dependent variable. However, when I used anova () function for chi-square test based on aforementioned models, independent variable "Days" is significant in each test. I believe this should not happen. What do you think?
2. When I removed the intercept from model 3 (C) using "-1" in the glm () function, then the output from model 3 (C) showed significant effect of sub-levels (E75 and E99) of "Storage" but I did not observe any significant effect of sub-levels of "Days" independent variable on dependent variable. However, when I used anova () function for chi-square test both independent variable (Storage and Days) was significant. How is it possible?
3. Model 6 (F) is manipulation of model 5 (E), and model 8 (H) is manipulation of model 5 (G). The only difference between them in glm function () is "-1". The result of significance is different. Which are the better models?, and which model should I use?