Hi all,
I have a panel data that consists of multiple flight legs that can happen anytime within the month of January. I am using a grouping by flight legs arriving to a specific airport. For example, all flights arriving to Boston airport will be group 1 and all flight arriving to JFK will be group 2, etc. I basically have around 500 groups. Since flights can be scheduled at any time and multiple flights arriving at the same airport can be scheduled at the same time, then I can have multiple records having the same time variable within the same group. I also have a large range of time during which the flight can arrive. Example:
Flight /Time/ Group
LAX - JFK /January 6, 06:00 am/ 1
BOS - JFK /January 6, 06:00 am/ 1
BOS - JFK/ January 7, 06:30 am/ 1
BOS - CLT/January 2, 06:58 am/ 2
JFK - CLT/ January 8, 07:05 am/ 2
LGA - CLT /January 8, 07:05 am/ 2
I am trying to run a fixed-effects regression but since multiple records can have the same time and time itself can have a large range of values, Is it possible to run the regression without time-fixed effects so only having a group-specific fixed effect? Or does the panelist need to have a time variable to run a fixed-effects regression?
Thank you!
I have a panel data that consists of multiple flight legs that can happen anytime within the month of January. I am using a grouping by flight legs arriving to a specific airport. For example, all flights arriving to Boston airport will be group 1 and all flight arriving to JFK will be group 2, etc. I basically have around 500 groups. Since flights can be scheduled at any time and multiple flights arriving at the same airport can be scheduled at the same time, then I can have multiple records having the same time variable within the same group. I also have a large range of time during which the flight can arrive. Example:
Flight /Time/ Group
LAX - JFK /January 6, 06:00 am/ 1
BOS - JFK /January 6, 06:00 am/ 1
BOS - JFK/ January 7, 06:30 am/ 1
BOS - CLT/January 2, 06:58 am/ 2
JFK - CLT/ January 8, 07:05 am/ 2
LGA - CLT /January 8, 07:05 am/ 2
I am trying to run a fixed-effects regression but since multiple records can have the same time and time itself can have a large range of values, Is it possible to run the regression without time-fixed effects so only having a group-specific fixed effect? Or does the panelist need to have a time variable to run a fixed-effects regression?
Thank you!
Comment