Hello everyone!

I have a multiple linear regression model with, among others, a categorical variable for gender (male / female) which I use to predict the probability of the respondent having submitted an idea (yes/no).
Female is used as the baseline category. Is there a way to use the coeffienct from men to calculate the odds ration between men and women?

I assume that it should be possible since the DV is dichotomous and hence the coefficient is in effect a measure of probability? If so, how would the procedure to calculate this be?

The coefficient for men are: .2485926

Thanks for all the fantastic help provided in this forum!