Displaying 1 result from an estimated 1 matches for "reponse2".
Did you mean:
reponse
2005 Aug 08
1
get the wald chi square in binary logistic regression
...ald chi
square value when you make a binary logistic regression. In fact, i have the z
value and the signification but is there a script to see what is the value of
Wald chi square. You can see my model below,
Best regards,
S??verine Erhel
[Previously saved workspace restored]
> m3 = glm(reponse2 ~ form + factor(critere2) ,family=binomial,data=mes.donnees)
> summary (m3)
Call:
glm(formula = reponse2 ~ form + factor(critere2), family = binomial,
data = mes.donnees)
Deviance Residuals:
Min 1Q Median 3Q Max
-2.5402 0.2064 0.3354 0.4833 1.4177
Coefficie...