Hey!
I am currently gathering data of the blablacar website and will have daily data of around 40 different trips within Germany, Each trip has multiple offers, meaning that I get around 1000 offers each day. I am trying to set up a daily panel data but run into the problem that I have multiple times the same date as all the 1000 observations in a day have the same date probably. I want to regress the prices with all the different attributes of the driver that offered a specific trip.
This is the error I get :
tsset Date2, daily
repeated time values in sample
r(451);
Anyone knows how to solve this? I am stuck : /
Kind regards,
Herbrink Kevin
I am currently gathering data of the blablacar website and will have daily data of around 40 different trips within Germany, Each trip has multiple offers, meaning that I get around 1000 offers each day. I am trying to set up a daily panel data but run into the problem that I have multiple times the same date as all the 1000 observations in a day have the same date probably. I want to regress the prices with all the different attributes of the driver that offered a specific trip.
This is the error I get :
tsset Date2, daily
repeated time values in sample
r(451);
Anyone knows how to solve this? I am stuck : /
Kind regards,
Herbrink Kevin
Comment