I have an outcome variable 'expenditure' which I believe may be non-linear in nature so I am running a log-linear regression after taking log of the variable. However, there are values under expenditure that are 0 and those are transformed into missing values, which of course makes sense since you cannot take a log of 0.
However, I am not sure how to proceed with my regression as it would be incorrect of me to allow these values to be missing values as they aren't missing, the expenditure is just 0.
What would be the best way to proceed in this situation? I have seen that perhaps I could do a log(x+1) transformation? Could I add maybe the tiiiniest amount to the 0 value so the expenditure is still essentially 0 but not quite which would still allow me to do a log transformation? or perhaps another, better solution?