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

ENH/BUG Contingency table improvements #3788

Merged
merged 9 commits into from
Jul 14, 2017

Conversation

kshedden
Copy link
Contributor

@kshedden kshedden commented Jun 27, 2017

  • Add __str__ methods so that the table objects and results returned as bunches are informative when printed.

  • Fix problems with make_df_square (it wasn't tested and was not working with current Pandas)

  • Allow nested lists, e.g. [[3, 5], [2, 1]] to be passed to the Table2x2 initializer.

  • Fix issues with the two from_data methods

  • flake8 edits

@coveralls
Copy link

coveralls commented Jun 27, 2017

Coverage Status

Coverage decreased (-0.01%) to 90.523% when pulling e184691 on kshedden:ctab_enhancements into 1c7f487 on statsmodels:master.

@coveralls
Copy link

coveralls commented Jun 27, 2017

Coverage Status

Coverage decreased (-0.01%) to 90.523% when pulling 3b9eb3c on kshedden:ctab_enhancements into 1c7f487 on statsmodels:master.

@kshedden kshedden changed the title ENH Contingency table improvements ENH/BUG Contingency table improvements Jun 27, 2017
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.005%) to 90.532% when pulling ca5ceb5 on kshedden:ctab_enhancements into 1c7f487 on statsmodels:master.

@kshedden
Copy link
Contributor Author

See also #3579

@coveralls
Copy link

Coverage Status

Coverage increased (+0.001%) to 90.538% when pulling fc2f21e on kshedden:ctab_enhancements into 1c7f487 on statsmodels:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.002%) to 90.539% when pulling fc2f21e on kshedden:ctab_enhancements into 1c7f487 on statsmodels:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.002%) to 90.539% when pulling fc2f21e on kshedden:ctab_enhancements into 1c7f487 on statsmodels:master.

@coveralls
Copy link

coveralls commented Jun 27, 2017

Coverage Status

Coverage increased (+0.01%) to 90.547% when pulling 6c7f042 on kshedden:ctab_enhancements into 1c7f487 on statsmodels:master.

@kshedden kshedden force-pushed the ctab_enhancements branch from 6c7f042 to d8d8af9 Compare July 8, 2017 21:30
@coveralls
Copy link

coveralls commented Jul 8, 2017

Coverage Status

Coverage increased (+0.009%) to 90.869% when pulling d8d8af9 on kshedden:ctab_enhancements into 359f08b on statsmodels:master.

@kshedden kshedden merged commit f5a0573 into statsmodels:master Jul 14, 2017
@josef-pkt josef-pkt added this to the 0.9 milestone Oct 22, 2017
@kshedden kshedden deleted the ctab_enhancements branch January 25, 2018 19:12
@josef-pkt josef-pkt mentioned this pull request Apr 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants