-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iesave
: error when more than one variable is used in idvars
#347
Comments
I was able to reproduce this error using this small example:
@luizaandrade , just to make sure that we are on the same page. Missing values in either of these variables should still be an error right? But an error that the command handles and provide useful information about instead of the current cryptic message. |
Do you have time to look at #348 before I merge it? |
That was quick! Yes, I agree it should return an error when these are missing |
Yes, I can take a look at it this week |
We are about to publish a new version of |
merged to |
If more than one variable is used in
idvars
and one of them has missing values, the code breaks on the following lines:The error I see is
I think this is because
missing()
doesn't take multiple variables as input.The text was updated successfully, but these errors were encountered: