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 : | count : integer or array_like
nobs : integer
prop : float, optional
multitest_method : string
alternative : string in [‘two-sided’, ‘smaller’, ‘larger’]
|
---|---|
Returns : | result : AllPairsResults instance
|
Notes
Yates continuity correction is not available.
value and alternative options are not yet implemented.