项目作者: neuhofmo

项目描述 :
A friendly, automated chi-square test function which takes care of post-hoc tests and multiple comparisons.
高级语言: Jupyter Notebook
项目地址: git://github.com/neuhofmo/chisq_test_wrapper.git
创建时间: 2018-02-13T18:08:21Z
项目社区:https://github.com/neuhofmo/chisq_test_wrapper

开源协议:GNU General Public License v3.0

下载


chisq_test_wrapper

A friendly, automated chi-square test function which takes care of post-hoc tests and multiple comparisons.

This module contains functions that wrap the standard chi2_contingency test from scipy.stats.,
as well as additional corrections for multiple comparisons and post-hoc tests.

The usage is as simple as chisq_and_posthoc_corrected(df).