Given two sets of observations $x_i$, $y_i$ that accept the linear regression model $y_i = \beta_{0} + \beta_{1}x_i + e_i$.
Define the transformation $\tilde{y} = \log_{100}{(y+|a|)}$, where $a$ is defined to make sure the $log$ is well defined. How will it change the coefficients $\beta_0$, $\beta_1$?