I am not very good in wrapping my head around statistical models, so apologies if this question is very obvious (I couldn't find an answer by googling, though). So here's the question:
I am modelling the absence/ presence of plant species along an elevational gradient. Presence is decreasing with elevation, i.e. there's an abundance decline with increasing elevation. Here's the plot of one specie as an example:
I now have hunderts of species like this & I know how to interpret the coefficients of the model output (intercept: log odds of a specie being present at an elevation of 0m, elevation variable: expected change in log odds with a one-unit-increase in elevation). But the only thing I'm actually interested in is the slope of the abundance decline to use for further analysis (i.e. the slope of the blue line in the graph). So: What is the graphical interpretation of logistic regression parameters? Can I simply use the estimate of the variable elevation as measure of abundance decline? Or do I have to exponentiate the variable?
Thanks for any help!