Thank you and one last question:
In my set-up, how can I employ country and time fixed effects simultaneously by using the "xtreg" command which you deem necessary?
Is it simply the following code?
PS: The following code
produces "country omitted because of collinearity" error message.
In my set-up, how can I employ country and time fixed effects simultaneously by using the "xtreg" command which you deem necessary?
Is it simply the following code?
PHP Code:
xtreg Y X CVs i.country i.year,r cluster (company)
PS: The following code
PHP Code:
xtreg Y X CVs i.country i.year,fe vce (cluster company)
produces "country omitted because of collinearity" error message.

Comment