Skip to content
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

weighHouseholds fails for (arg2=="income") #4

Open
benyomin opened this issue Jan 17, 2017 · 1 comment
Open

weighHouseholds fails for (arg2=="income") #4

benyomin opened this issue Jan 17, 2017 · 1 comment
Assignees
Labels

Comments

@benyomin
Copy link
Owner

renters / owners both work with (arg2=="consumption")
but fail with (arg2=="income")

tested

weighHouseholds("renters", "income")
weighHouseholds("renters", "consumption")
weighHouseholds("owners", "income")
weighHouseholds("owners", "consumption")
@benyomin benyomin added the bug label Jan 17, 2017
@benyomin benyomin added this to the Jan20 milestone Jan 17, 2017
@benyomin benyomin self-assigned this Jan 17, 2017
@benyomin
Copy link
Owner Author

income is using $Q1. other columns are accessed by position
eg expyyyyrenters[,3]
fix: replace $Q1 with grossIncome

@benyomin benyomin reopened this Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant