Interpret the logistic regression coefficient.

21 Views Asked by At

I am running a logistic regression model in r to study the link between customer procrastination and whether customers repurchased. The dependent variable is whether customers will repurchase the item. The coefficient of customer procrastination is -0.036 and the odds ratio is exp(-0.036)=0.965, which is less than 1. How can I interpret it appropriately? The longer procrastination customers are experiencing, the less chance they will repurchase it?

Thanks for your help.