Hi,
I'm using the tidy
function in broom
to look at my glm. For some reason it always displays the p value as e -
regardless of whether it is negative. It also seems to put some of my values in red. It happens which ever data set I use for a glm...not sure what I've done!
eg the output below or this
term estimate std.error statistic p.value
<chr> <dbl> <dbl> <dbl> <dbl>
1 (Intercept) -1.10 0.0460 -23.8 1.07e-125
2 z.age -0.0517 0.0465 -1.11 2.67e- 1
Is there a setting I have messed up?