Sebastian Kripfganz Dear Professor, I have 22 years of data with 32 countries, unbalanced panel. I ran the following command:
xtivdfreg y x1 x2 x3 x4, absorb( c_id year) iv(x1, lags(2)) factmax(3)
This is the result: <istmt>: 3499 xtivdfreg_init() not found in STATA 14.
I ran the same command in stata 17. this is what I got:
option absorb() requires reghdfe version 6.12.3 or higher and ftools version 2.49.1 or higher:
type adoupdate reghdfe, update to update reghdfe to its latest version
type adoupdate ftools, update to update ftools to its latest version
r(3499);
I updated them of course:
. adoupdate reghdfe, update
note: ado update updates community-contributed files; type update to check for updates to official Stata.
Checking status of specified packages:
[217] reghdfe at http://fmwww.bc.edu/repec/bocode/r:
installed package is up to date
(no packages require updating)
. adoupdate ftools, update
note: ado update updates community-contributed files; type update to check for updates to official Stata.
Checking status of specified packages:
[218] ftools at http://fmwww.bc.edu/repec/bocode/f:
installed package is up to date
(no packages require updating)
But still it shows the same error that they need updating.
Any solution to this, please? What could be wrong here?
xtivdfreg y x1 x2 x3 x4, absorb( c_id year) iv(x1, lags(2)) factmax(3)
This is the result: <istmt>: 3499 xtivdfreg_init() not found in STATA 14.
I ran the same command in stata 17. this is what I got:
option absorb() requires reghdfe version 6.12.3 or higher and ftools version 2.49.1 or higher:
type adoupdate reghdfe, update to update reghdfe to its latest version
type adoupdate ftools, update to update ftools to its latest version
r(3499);
I updated them of course:
. adoupdate reghdfe, update
note: ado update updates community-contributed files; type update to check for updates to official Stata.
Checking status of specified packages:
[217] reghdfe at http://fmwww.bc.edu/repec/bocode/r:
installed package is up to date
(no packages require updating)
. adoupdate ftools, update
note: ado update updates community-contributed files; type update to check for updates to official Stata.
Checking status of specified packages:
[218] ftools at http://fmwww.bc.edu/repec/bocode/f:
installed package is up to date
(no packages require updating)
But still it shows the same error that they need updating.
Any solution to this, please? What could be wrong here?
Comment