log
variables in both dependent and independent variables.log
changes the interpretation of the coefficient \(\beta\) in terms of scales.Dependent | Explanatory | interpretation |
---|---|---|
\(Y\) | \(X\) | 1 unit increase in \(X\) causes \(\beta\) units change in Y |
\(\log Y\) | \(X\) | 1 unit increase in \(X\) causes \(100 \beta \%\) incchangerease in \(Y\) |
\(Y\) | \(\log X\) | \(1\%\) increase in \(X\) causes \(\beta / 100\) unit change in \(Y\) |
\(\log Y\) | \(\log X\) | \(1\%\) increase in \(X\) causes \(\beta \%\) change in \(Y\) |
Step 1: Consider the null hypothesis \(H_{0}\) and the alternative hypothesis \(H_{1}\) \[ H_{0}:\beta_{1}=k,H_{1}:\beta_{1}\neq k \] where \(k\) is the known number you set by yourself.
Step 2: Define t-statistic by \[ t_{n}=\frac{\hat{\beta_1}-k}{SE(\hat{\beta_1})} \]
Step 3: We reject \(H_{0}\) is at \(\alpha\)-percent significance level if \[|t_{n}|>C_{\alpha/2} \] where \(C_{\alpha/2}\) is the \(\alpha/2\) percentile of the standard normal distribution.
\[\begin{align} CI_{n} &= \left\{ k:|\frac{\hat{\beta}_{1}-k}{SE(\hat{\beta}_{1})}|\leq1.96\right\} \\ &= \left[\hat{\beta}_{1}-1.96\times SE(\hat{\beta}_{1}),\hat{\beta_{1}}+1.96\times SE(\hat{\beta}_{1})\right] \end{align}\]