Am 11.10.19 um 03:44 schrieb Victor Olivo Romero:
Why Gretl doesn’t run panel data unit-root tests when it encounters
missing data.
Best regards
Hi Victor,
use the smpl command with the --no-missing (or --balanced) option before
to restrict your datatset
<script>
list L = Y X1 X2
smpl --no-missing L
# Run your panel unit-root test
</script>
Best,
Artur