Using glm() as substitute for simple chi square test – stats.stackexchange.com

I am interested in changing the null hypotheses using glm() in R. For example: x = rbinom(100, 1, .7) summary(glm(x ~ 1, family = "binomial")) tests the hypothesis that $p = 0.5$. What if I want ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "Using glm() as substitute for simple chi square test – stats.stackexchange.com"