Displaying 1 result from an estimated 1 matches for "bono_recibidobono6euros".
Did you mean:
bono_recibidobono3euros
2017 Oct 10
2
Power test binominal GLM model
...used has been
glm(TRAN_DURING_CAMP_FLG~bono_recibido,exp2,family="binomial")
Estimate Std. Error z value
Pr(>|z|)(Intercept) -1.4924117 0.01372190 -108.761315
0.000000e+00
bono_recibidoBONO3EUROS -0.8727739 0.09931119 -8.788274 1.518758e-18
bono_recibidoBONO6EUROS 0.1069435 0.02043840 5.232480 1.672507e-07
The scope for this model was to test if there was significative difference
in the redemption rate between control group and test groups. Now, applying
the post hoc test:
> Treat.comp<-glht(mod.binposthoc,mcp(bono_recibido='Tukey'))>...