Open
Description
I'm getting the error struct ms_vcvorthog undefined when I use ivreghdfe.
I get the error from the MWE
set obs 100
generate x = _n
generate y = x + rnormal()
generate z = x + rnormal()
ivreghdfe y (x=z)
I'm using Stata 16.1 and versions of ftools, reghdfe and ivreghdfe downloaded earlier today from https://github.com/sergiocorreia/ftools/archive/master.zip, https://github.com/sergiocorreia/reghdfe/archive/master.zip, https://github.com/sergiocorreia/ivreghdfe/archive/master.zip
Metadata
Metadata
Assignees
Labels
No labels