worldbank / ietoolkit

Stata commands designed for Impact Evaluations in particular, but also data work in general
https://worldbank.github.io/ietoolkit/
MIT License
216 stars 77 forks source link

iesave - issue 347 - bug if multiple idvars and missing values exist #348

Closed kbjarkefur closed 1 year ago

kbjarkefur commented 1 year ago

Missing values in idvars should lead to an error by iesave as idvars should be fully identifying. However, it was a bug that this error was unhandled.

This is now fixed by having the command test for missing values in the idvars one at the time.