I am trying to log transform time series data of Inflation. However, there is one negative value. I have added the constant 1 to all my values and the log transformed.
loginfl <- log(infl_ts + 1)
Will this affect my analysis?
I am planning to tun predictions on this data.