R/Bonferroni_type_CIs_paired_cxc.R
Bonferroni_type_CIs_paired_cxc.Rd
Bonferroni-type confidence intervals for differences of marginal probabilities
Described in Chapter 9 "The Paired kxk Table"
Bonferroni_type_CIs_paired_cxc(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_paired_cxc(peterson_2007)
#> Bonferroni-type simultaneous intervals
#> pi_1+ vs pi_+1: delta = 0.0265 ( 0.0032 to 0.0492)
#> pi_2+ vs pi_+2: delta = -0.0265 (-0.0415 to -0.0109)
#> pi_3+ vs pi_+3: delta = -0.0088 (-0.0177 to 0.0002)
#> pi_4+ vs pi_+4: delta = 0.0088 (-0.0059 to 0.0233)