I have problem with interpreting the OLS regression result with the dependent variable square root transformed when doing difference-in-differences analysis.
Our regression model is:
$$
Y = β_0 + β_1 {\rm policy} + β_2 {\rm treated} + β_3 {\rm policy} \times {\rm treated} + \ldots + β_i X_i + \varepsilon
$$
Where ${\rm policy}$ is a dummy variable indicate the policy change (0=pre-policy vs. 1=post-policy). ${\rm treated}$ is also a dummy variable indicate treatment or control group (0=control, 1=treatment)
To deal with the skewed distribution, $Y$ was square root transformed. Just wondering how can we interpret the result? Say, after the policy change, $Y$ was increased / decreased by ____?