I have panel data that I need to calculate a unit-root test on. The data is unbalanced and has gaps. Does anyone know of a library that handles unbalanced panel-data with gaps? I have tried the purtest
command from the R package plm
but it does not handle unbalanced panel data as has been documented here.
Asked
Active
Viewed 451 times
1

Helix123
- 1,265
- 9
- 15

Collective Action
- 165
- 2
- 8
-
The issue of unbalanced panel data has been addressed with version 2.2-1 of plm. The tests of Hadri and of Levin/Lin/Chu are not applicable to unbalanced data, though. – Helix123 Apr 12 '20 at 07:13