In statistics and econometrics, panel data and longitudinal data[1] [2] are both multi-dimensional data involving measurements over time. Panel data is a subset of longitudinal data where observations are for the same subjects each time.
Time series and cross-sectional data can be thought of as special cases of panel data that are in one dimension only (one panel member or individual for the former, one time point for the latter). A literature search often involves time series, cross-sectional, or panel data. Cross-panel data (CPD) is an innovative yet underappreciated source of information in the mathematical and statistical sciences. CPD stands out from other research methods because it vividly illustrates how independent and dependent variables may shift between countries. This panel data collection allows researchers to examine the connection between variables across several cross-sections and time periods and analyze the results of policy actions in other nations.[3]
A study that uses panel data is called a longitudinal study or panel study.
person | year | income | age | sex | |
---|---|---|---|---|---|
1 | 2016 | 1300 | 27 | 1 | |
1 | 2017 | 1600 | 28 | 1 | |
1 | 2018 | 2000 | 29 | 1 | |
2 | 2016 | 2000 | 38 | 2 | |
2 | 2017 | 2300 | 39 | 2 | |
2 | 2018 | 2400 | 40 | 2 |
person | year | income | age | sex | |
---|---|---|---|---|---|
1 | 2016 | 1600 | 23 | 1 | |
1 | 2017 | 1500 | 24 | 1 | |
2 | 2016 | 1900 | 41 | 2 | |
2 | 2017 | 2000 | 42 | 2 | |
2 | 2018 | 2100 | 43 | 2 | |
3 | 2017 | 3300 | 34 | 1 |
In the multiple response permutation procedure (MRPP) example above, two datasets with a panel structure are shown and the objective is to test whether there's a significant difference between people in the sample data. Individual characteristics (income, age, sex) are collected for different persons and different years. In the first dataset, two persons (1, 2) are observed every year for three years (2016, 2017, 2018). In the second dataset, three persons (1, 2, 3) are observed two times (person 1), three times (person 2), and one time (person 3), respectively, over three years (2016, 2017, 2018); in particular, person 1 is not observed in year 2018 and person 3 is not observed in 2016 or 2018.
A balanced panel (e.g., the first dataset above) is a dataset in which each panel member (i.e., person) is observed every year. Consequently, if a balanced panel contains
N
T
n
n=N ⋅ T
An unbalanced panel (e.g., the second dataset above) is a dataset in which at least one panel member is not observed every period. Therefore, if an unbalanced panel contains
N
T
n
n<N ⋅ T
Both datasets above are structured in the long format, which is where one row holds one observation per time. Another way to structure panel data would be the wide format where one row represents one observational unit for all points in time (for the example, the wide format would have only two (first example) or three (second example) rows of data with additional columns for each time-varying variable (income, age).
See main article: Panel analysis.
A panel has the form
Xit, i=1,...,N, t=1,...,T,
where
i
t
yit=\alpha+\beta'Xit+uit
Consider a generic panel data model:
yit=\alpha+\beta'Xit+uit,
uit=\mui+vit.
\mui
vit
If
\mui
If
\mui
\mui
\mui
Dynamic panel data describes the case where a lag of the dependent variable is used as regressor:
yit=\alpha+\beta'Xit+\gammayit-1+uit.
The presence of the lagged dependent variable violates strict exogeneity, that is, endogeneity may occur. The fixed effect estimator and the first differences estimator both rely on the assumption of strict exogeneity. Hence, if
ui
See main article: Multidimensional panel data.