Hi Statalists!
I am trying to run a Poisson pseudo-likelihood regression to understand the impact of an intervention on the occurrence of juvenile crime. My initial investigation used the reghdfe command as follows:
reghdfe youthcrime intervention, absorb(date) cluster(region)
This produced output without any issue, but when I substitute the reghdfe command for the ppmlhdfe command, I get the following error message:
always_run_lsmr_preconditioner not found in class FixedEffects
(278 lines skipped)
(error occurred while loading ppmlhdfe.ado)
r(3000);
I've done a bit of searching on Google and found that someone had older package dependencies that may have caused an issue. I have the following versions loaded:
Thank you!
I am trying to run a Poisson pseudo-likelihood regression to understand the impact of an intervention on the occurrence of juvenile crime. My initial investigation used the reghdfe command as follows:
reghdfe youthcrime intervention, absorb(date) cluster(region)
This produced output without any issue, but when I substitute the reghdfe command for the ppmlhdfe command, I get the following error message:
always_run_lsmr_preconditioner not found in class FixedEffects
(278 lines skipped)
(error occurred while loading ppmlhdfe.ado)
r(3000);
I've done a bit of searching on Google and found that someone had older package dependencies that may have caused an issue. I have the following versions loaded:
- ftools: version 2.48.0
- reghdfe: version 6.12.1
- ppmlhdfe: version 2.2.0
Thank you!
Comment