A confidence interval for the pooled odds ratio.
alpha : float
1 - alpha is the nominal coverage probability of the interval.
method : string
The method for producing the confidence interval. Currently must be ‘normal’ which uses the normal approximation.
lcb : float
The lower confidence limit.
ucb : float
The upper confidence limit.
statsmodels.stats.contingency_tables.StratifiedTable.oddsratio_pooled
statsmodels.stats.contingency_tables.StratifiedTable.risk_pooled
Enter search terms or a module, class or function name.