scipy.stats._result_classes.DunnettResult.
confidence_interval#
- DunnettResult.confidence_interval(confidence_level=0.95)[source]#
- Compute the confidence interval for the specified confidence level. - Parameters:
- confidence_levelfloat, optional
- Confidence level for the computed confidence interval. Default is .95. 
 
- Returns:
- ciConfidenceIntervalobject
- The object has attributes - lowand- highthat hold the lower and upper bounds of the confidence intervals for each comparison. The high and low values are accessible for each comparison at index- ifor each group- i.
 
- ci