Lars Poppe

Results 2 comments of Lars Poppe

Thank you for your quick answer. Unfortunately, it seems not to work with `IVSystemGMM`: system_gmm = IVSystemGMM.from_formula(equations, data, weight_type="unadjusted") system_gmm.fit(cov_type = 'clustered') It throws a key error: `KeyError: 'clustered'`. See...

Ah, okay. Was hoping for a work around or something! Thank you!