The Paired 2x2 table CIs OR

the_paired_2x2_table_CIs_OR(n, alpha = 0.05)

Arguments

n

frequency matrix

alpha

type I error

Value

NULL. This function should be called for its printed output.

Table orientation

In most study designs, rows designate a grouping of the data, for instance, into treatment or exposure groups, while the columns indicate a dichotomous outcome, usually with the first column representing the outcome of interest. This designation of rows and columns may not be relevant in all study designs, please see the introduction to chapter 8 for details.

Examples

the_paired_2x2_table_CIs_OR(ezra_2010)
#> Estimate of theta_cond = n_12/n_21: 12.500
#> 
#> Interval method                              95% CI        log width
#> --------------------------------------------------------------------
#> Wald                                    2.9608 to 52.7731     2.881
#> Wald with Laplace adjustment            2.6232 to 28.6333     2.390
#> Transformed Wilson score                3.2791 to 47.6508     2.676
#> Transformed Clopper-Pearson exact       3.1169 to 108.8892    3.553
#> Transformed Clopper-Pearson mid-P       3.4681 to 78.2972     3.117
#> Transformed Blaker exact                3.2994 to 74.0582     3.111
#> --------------------------------------------------------------------