Hello :) I'm Solip Park in Barcelona :)
I have one question about linear model in R. I used generalized linear model (glm) in R with three variables (A,B, and C). So I made a model like this; glm.model = glm (Freq ~ A * B * C, family = poisson) and then, anova (glm.model, test = "Chisq"). It worked very well, but I have one question about this. I have my own expected table (or random table), so I want to apply my own expected table to this model. Is it possible or not? Thanks so much :) [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.