Dear members,
I am running a rregression with panel data and I standardized all the variables ( dependeant and independant).
My independant variables are interaction terms.
Here is my code
I have two questions:
- Is it possible to standardize the coefficients in this case
- Is it normal that the constant is not zero? Usually there is no intercept when using standardised coefficient...
Many thanks for your help
I am running a rregression with panel data and I standardized all the variables ( dependeant and independant).
My independant variables are interaction terms.
Here is my code
Code:
xtreg std_exports std_institution std_capital std_skill i.year, fe vce(cluster ctrind)
- Is it possible to standardize the coefficients in this case
- Is it normal that the constant is not zero? Usually there is no intercept when using standardised coefficient...
Many thanks for your help
Comment