Hello everyone!
This is my first post here so I hope to follow the proper netiquette here.
I'm currently trying to run a panel regression on Stata/SE 17.0 and am running into some problems. My goal is to estimate the influence innovation variables on the GDP of countries. I want to group 38 countries into three different regions {1,2,3} and want to conduct a panel regression along these regions. When I use the following code:
I get the response:
I understand what the problem is but I am not sure how to circumvent it. Do you have an idea?
Kind regards
Lasse Steffens
This is my first post here so I hope to follow the proper netiquette here.
I'm currently trying to run a panel regression on Stata/SE 17.0 and am running into some problems. My goal is to estimate the influence innovation variables on the GDP of countries. I want to group 38 countries into three different regions {1,2,3} and want to conduct a panel regression along these regions. When I use the following code:
Code:
xtset regionID yearID
Code:
repeated time values within panel
Kind regards
Lasse Steffens

Comment