Hello,

I am working with a panel data set containing 550 district variables over 6 years. One observed variable is math4 - the percentage of fourth graders passing a standardized math test. In order to give a quick overview over the data, I want to generate a table, containing the percentiles of students with satisfactory performance with the matching years.

It should look like this (Percentage of students with satisfactory performance)
10th 25th...
1993 f.ex. 21.4 f.ex. 23.4
1994 f.ex. 31.5 f.ex. 34.5
Can anyone help me to code such a table? Do I need to reshape my Panel Data?