Bonferroni_type_CIs_rxc: The Bonferroni-type simultaneous confidence intervals for the...

View source: R/Bonferroni_type_CIs_rxc.R

Bonferroni_type_CIs_rxcR Documentation

The Bonferroni-type simultaneous confidence intervals for the differences pi_1|i - pi_1|j

Description

The Bonferroni-type simultaneous confidence intervals for the differences pi_1|i - pi_1|j

Described in Chapter 7 "The rxc Table"

Usage

Bonferroni_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

Bonferroni_type_CIs_rxc(table_7.3)

ocbe-uio/contingencytables documentation built on March 19, 2024, 4:30 a.m.