statsmodels.stats.proportion.proportions_chisquare_pairscontrol(count, nobs, value=None, multitest_method='hs', alternative='two-sided') [source]
chisquare test of proportions for pairs of k samples compared to control
Performs a chisquare test for proportions for pairwise comparisons with a control (Dunnet’s test). The control is assumed to be the first element of count and nobs. The alternative is two-sided, larger or smaller.
| Parameters: |
|
|---|---|
| Returns: |
result – The returned results instance has several statistics, such as p-values, attached, and additional methods for using a non-default |
| Return type: |
AllPairsResults instance |
Yates continuity correction is not available.
value and alternative options are not yet implemented.
© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.stats.proportion.proportions_chisquare_pairscontrol.html