View source: R/Scheffe_type_CIs_paired_cxc.R
Scheffe_type_CIs_paired_cxc | R Documentation |
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)
n |
the observed table (a cxc matrix) |
alpha |
the nominal level, e.g. 0.05 for 95% CIs |
An object of the contingencytables_result class,
basically a subclass of base::list()
. Use the utils::str()
function
to see the specific elements returned.
# Pretherapy susceptability of pathogens (Peterson et al., 2007)
Scheffe_type_CIs_paired_cxc(peterson_2007)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.