使用stata估计线性回归

estimation of linear regression using stata

如何使用stata命令使用OLS估计线性回归'regress',如何变换a的斜率以满足以下回归形式 enter image description here

a=E/pib

回归 bc

我认为你的问题似乎是关于 (1-b2) 的。 在 regress bc a 之后,你的系数正好是 1-b2,所以如果你想得到 b2,那么只需从 1 中减去它即可。