When I run ppmldhdfe, I get an error message saying "reghdfe not installed". Having checked I have installed all packages with dependencies (ftools, reghdfe + ppmlhdfe), Stata still tells me
"ppmlhdfe requires the reghdfe package (version 6 or newer), which is not installed".
If I then click on the "install from SSC" link, Stata assures me:
"checking reghdfe consistency and verifying not already installed...all files already exist and are up to date."
Yet ppmlhdfe still doesn't work and I get the same error message
I have tried uninstalling all the packages and reinstalling them, but I encounter the same problem.
Minimal working example below:
I am using Stata 16.1, and the following versions of the packages
ftools: *! version 2.49.1 08aug2023
reghdfe: *! version 6.12.3 08aug2023
ppmlhdfe: *! version 2.3.0 25feb2021
"ppmlhdfe requires the reghdfe package (version 6 or newer), which is not installed".
If I then click on the "install from SSC" link, Stata assures me:
"checking reghdfe consistency and verifying not already installed...all files already exist and are up to date."
Yet ppmlhdfe still doesn't work and I get the same error message
I have tried uninstalling all the packages and reinstalling them, but I encounter the same problem.
Minimal working example below:
Code:
use "http://fmwww.bc.edu/RePEc/bocode/e/EXAMPLE_TRADE_FTA_DATA" if category=="TOTAL", clear egen imp = group(isoimp) egen exp = group(isoexp) ppmlhdfe trade lndistw, a(imp#year exp#year imp#exp) cluster(imp#exp)
ftools: *! version 2.49.1 08aug2023
reghdfe: *! version 6.12.3 08aug2023
ppmlhdfe: *! version 2.3.0 25feb2021
Comment