R/Bonferroni_type_CIs_rxc.R
Bonferroni_type_CIs_rxc.Rd
The Bonferroni-type simultaneous confidence intervals for the differences pi_1|i - pi_1|j
Described in Chapter 7 "The rxc Table"
Bonferroni_type_CIs_rxc(n, alpha = 0.05)
An object of the contingencytables_result class,
basically a subclass of base::list()
. Use the utils::str()
function
to see the specific elements returned.
Bonferroni_type_CIs_rxc(table_7.3)
#> The Bonferroni-type simultaneous intervals
#> pi_1|1 - pi_1|2: estimate = -0.2699 (-0.4443 to -0.0955)
#> pi_1|1 - pi_1|3: estimate = -0.2476 (-0.4213 to -0.0740)
#> pi_1|2 - pi_1|3: estimate = 0.0222 (-0.1150 to 0.1594)
#> pi_1|3 - pi_1|3: estimate = 0.0000 (-0.1362 to 0.1362)