Hello,
I have the problem to set my dataset as a panel because I have repeated time values within my panel.
My dataset looks something like the table below, the problem is that I have each observation seperatly and not all observations for each year and quarter like 2007/Q1, 2007/Q2 and so on
That's why I get the error "repeated time values within my panel". Is it possible to merge all 2007 Q1 observations together (to sum it up) or is there another way to use may data as a panel?
Thank you,
best regards
Ruth
I have the problem to set my dataset as a panel because I have repeated time values within my panel.
My dataset looks something like the table below, the problem is that I have each observation seperatly and not all observations for each year and quarter like 2007/Q1, 2007/Q2 and so on
That's why I get the error "repeated time values within my panel". Is it possible to merge all 2007 Q1 observations together (to sum it up) or is there another way to use may data as a panel?
Code:
age countrydummy year quartal country educ nat 42 1 2007 Q1 AT 2 nat 5 1 2007 Q1 AT 1 EU 66 1 2007 Q1 AT 3 nat 33 1 2007 Q1 AT 1 EU 2 1 2007 Q2 AT 2 nat
best regards
Ruth
Comment