How do I find the p-value for logistic regression. For example , for a glm output I :
z -value : 1.32 P ( > | Z | ) = 0.186696
If it were a normal regression would do : 2 ( 1 - P ( < | Z | ) = 2 (1-0.4066) = ???
The t-value = Estimate/ Std.Error...but P(>|t|) i don't understand.