All,
I am trying to create a regression model where the (continuous) outcome is multimodal:
The outcome is the retail price of a certain product, and prices tend to fall around distinct amounts (750, 1000, 1250, 1500, etc). There are, however, a few prices in between so the prices are not distinct.
I have run a linear model with satisfying results, though the extra prices between the modes give me pause. I also tried binning the prices down to a few groups representing the modes and it works somewhat well.
Is there a better or worse way to model this? is there some sort of better or worse methodology for binning the outcome?
Thank you