Hello, @JanDitzen I have a question regarding the xtdcce2 command. I was using version 3.01 and followed what you suggested on your website. There is no missing observation on my panel. My code is:
xtdcce2 d.log_AllCauses, lr(L.d.log_AllCauses d.log_PrevntCare L.d.log_PrevntCare d.log_GDPperCapita L.d.log_GDPperCapita d.log_AgePressureRatio L.d.log_AgePressureRatio d.log_LiveBirths L.d.log_LiveBirths d.log_Fertility L.d.log_Fertility d.log_NonMedAlcohol L.d.log_NonMedAlcohol) lr_options(ardl) cr(d.log_AllCauses d.log_PrevntCare d.log_GDPperCapita d.log_AgePressureRatio d.log_LiveBirths d.log_Fertility d.log_NonMedAlcohol) cr_lags(3 3 3 3 3 3 3 3) fullsample
I received this message that: Units (CountryNumber) to be removed due to insufficient numbers of observations: 2 3 4 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37
And only four countries remain in my channel. Can you please tell me what is wrong?
Thanks
xtdcce2 d.log_AllCauses, lr(L.d.log_AllCauses d.log_PrevntCare L.d.log_PrevntCare d.log_GDPperCapita L.d.log_GDPperCapita d.log_AgePressureRatio L.d.log_AgePressureRatio d.log_LiveBirths L.d.log_LiveBirths d.log_Fertility L.d.log_Fertility d.log_NonMedAlcohol L.d.log_NonMedAlcohol) lr_options(ardl) cr(d.log_AllCauses d.log_PrevntCare d.log_GDPperCapita d.log_AgePressureRatio d.log_LiveBirths d.log_Fertility d.log_NonMedAlcohol) cr_lags(3 3 3 3 3 3 3 3) fullsample
I received this message that: Units (CountryNumber) to be removed due to insufficient numbers of observations: 2 3 4 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37
And only four countries remain in my channel. Can you please tell me what is wrong?
Thanks
Comment