You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
In the README, under "Use as a module", the documentation says for table: "A 2x2 contingency table. Elements should be non-negative integers". However, in the code, it says "A mxn contingency table. Elements should be non-negative integers." There might be other similar errors.
In the README, under "Use as a module", the documentation says for
table: "A 2x2 contingency table. Elements should be non-negative integers". However, in the code, it says "A mxn contingency table. Elements should be non-negative integers." There might be other similar errors.