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

Counts table in fisher is wrong #129

Closed
michael-imbeault opened this issue Feb 5, 2015 · 1 comment
Closed

Counts table in fisher is wrong #129

michael-imbeault opened this issue Feb 5, 2015 · 1 comment

Comments

@michael-imbeault
Copy link

It seems that you updated the output of the fisher wrap, but not the dictionary containing table counts to the new output format.

Example:
Contingency Table Of Counts
| in -b | not in -b |
in -a | 0 | 7770 |
not in -a | 833 | 7417582 |

And in results.table:

'table': {'in -a': {'in -b': 7770, 'not in -b': 0},
'not in -a': {'in -b': 7417582, 'not in -b': 833}}

@daler daler closed this as completed in e6f5695 Feb 5, 2015
@daler
Copy link
Owner

daler commented Feb 5, 2015

Thanks for catching this. Should be fixed now in e6f5695

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

No branches or pull requests

2 participants