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

Checking tables should be robust to named arguments #13

Open
mattblackwell opened this issue Sep 7, 2020 · 0 comments · May be fixed by #14
Open

Checking tables should be robust to named arguments #13

mattblackwell opened this issue Sep 7, 2020 · 0 comments · May be fixed by #14

Comments

@mattblackwell
Copy link
Owner

In 01-causality1, we check some tables, but these are not identical if a student gives the dimension of the table names. So these two should both pass:

table(sex = resume$sex, call = resume$call)
table(resume$sex, resume$call)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant