In regression model with random regressors
$$y = a + bx + e$$
can I change the equation to
$$x = (-a/b) + (1/b)y + (-1/b)e$$
and consistently estimate $(1/b)$ with OLS?
In regression model with random regressors
$$y = a + bx + e$$
can I change the equation to
$$x = (-a/b) + (1/b)y + (-1/b)e$$
and consistently estimate $(1/b)$ with OLS?
There are a number of posts on site about this already -- e.g. See this post https://stats.stackexchange.com/questions/22718/what-is-the-difference-between-linear-regression-on-y-with-x-and-x-with-y
– Glen_b Jan 09 '20 at 03:21