Scheffe-type confidence intervals for differences of marginal probabilities

Described in Chapter 9 "The Paired kxk Table"

Scheffe_type_CIs_paired_cxc(n, alpha = 0.05)

Arguments

n

the observed table (a cxc matrix)

alpha

the nominal level, e.g. 0.05 for 95% CIs

Value

An object of the contingencytables_result class, basically a subclass of base::list(). Use the utils::str() function to see the specific elements returned.

Examples

# Pretherapy susceptability of pathogens (Peterson et al., 2007)
Scheffe_type_CIs_paired_cxc(peterson_2007)
#> Scheffe-type simultaneous intervals
#>   pi_1+ vs pi_+1: delta =  0.0265 ( 0.0005 to  0.0519)
#>   pi_2+ vs pi_+2: delta = -0.0265 (-0.0433 to -0.0091)
#>   pi_3+ vs pi_+3: delta = -0.0088 (-0.0187 to  0.0012)
#>   pi_4+ vs pi_+4: delta =  0.0088 (-0.0076 to  0.0250)