powered by
data(housing.df)
sat
infl
cont
count
data(housing.df) housing.glm<-glm(count~sat*infl*cont, family=poisson, data=housing.df) anova(housing.glm, test="Chisq")
Run the code above in your browser using DataLab