Scheffe_type_CIs_rxc {contingencytables} | R Documentation |
The Scheffe-type simultaneous confidence intervals for the differences pi_1|i - pi_1|j
Description
The Scheffe-type simultaneous confidence intervals for the differences pi_1|i - pi_1|j
Described in Chapter 7 "The rxc Table"
Usage
Scheffe_type_CIs_rxc(n, alpha = 0.05)
Arguments
n |
the observed counts (an rx2 vector) |
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
# Example: Treatment for ear infection
Scheffe_type_CIs_rxc(table_7.3)
[Package contingencytables version 3.0.0 Index]