R/Scheffe_type_CIs_rxc.R
Scheffe_type_CIs_rxc.Rd
The Scheffe-type simultaneous confidence intervals for the differences pi_1|i - pi_1|j
Described in Chapter 7 "The rxc Table"
Scheffe_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.
# Example: Treatment for ear infection
Scheffe_type_CIs_rxc(table_7.3)
#> The Scheffe-type simultaneous intervals
#> pi_1|1 - pi_1|2: estimate = -0.2699 (-0.4482 to -0.0916)
#> pi_1|1 - pi_1|3: estimate = -0.2476 (-0.4252 to -0.0701)
#> pi_1|2 - pi_1|3: estimate = 0.0222 (-0.1181 to 0.1625)