Hi everyone,
I am learning how to use the command xtdcce2 developed by Jan Ditzen.
To do this, I am attempting to replicate the first example provided by Ditzen (2018, Stata Journal) for estimating the Solow Growth model using the Jackknife bias-corrected Dynamic CCEMG estimator.
I downloaded the dataset xtdcce2_sample_dataset.dta and entered the following commands:
use xtdcce2_sample_dataset.dta, clear
xtset id year
xtdcce2 log_rgdpo L.log_rgdpo log_ck log_ngd, crosssectional(log_rgdpo log_ck log_ngd) cr_lags(3) jackknife
However, I encountered the following error:
xtdcce_m_reg(): 3301 subscript invalid
xtdcce_m_reg(): - function returned error
<istmt>: - function returned error
r(3301);
I'm using STATA 17, and xtdcce2 4.7 - 03.06.2024.
Actually, the problem occurs by adding the Jackknife correction
I am learning how to use the command xtdcce2 developed by Jan Ditzen.
To do this, I am attempting to replicate the first example provided by Ditzen (2018, Stata Journal) for estimating the Solow Growth model using the Jackknife bias-corrected Dynamic CCEMG estimator.
I downloaded the dataset xtdcce2_sample_dataset.dta and entered the following commands:
use xtdcce2_sample_dataset.dta, clear
xtset id year
xtdcce2 log_rgdpo L.log_rgdpo log_ck log_ngd, crosssectional(log_rgdpo log_ck log_ngd) cr_lags(3) jackknife
However, I encountered the following error:
xtdcce_m_reg(): 3301 subscript invalid
xtdcce_m_reg(): - function returned error
<istmt>: - function returned error
r(3301);
I'm using STATA 17, and xtdcce2 4.7 - 03.06.2024.
Actually, the problem occurs by adding the Jackknife correction
Comment