Statistics and R noob wondering if there is there a way to add p-values from a glm onto the end of the output resulting from the following command:
exp(cbind(OR = coef(mod1), confint(mod1)))
Perhaps something like:
summary(mod1)$coefficients[,4]
I realise that this is somewhat of a 'cosmetic' issue but it would be handy nonetheless.
Thanks