View source: R/Goodman_Wald_CIs_for_diffs_1xc.R
Goodman_Wald_CIs_for_diffs_1xc | R Documentation |
The Goodman Wald simultaneous intervals for the differences between the
multinomial probabilities (with Scheffe or Bonferroni adjustment)
Described in Chapter 3 "The 1xc Table and the Multinomial Distribution"
Goodman_Wald_CIs_for_diffs_1xc(n, alpha = 0.05, adjustment = "Bonferroni")
n |
the observed counts (a 1xc vector, where c is the number of categories) |
alpha |
the nominal level, e.g. 0.05 for 95# CIs |
adjustment |
Scheffe or Bonferroni adjustment ("Scheffe" or "Bonferroni") |
An object of the contingencytables_result class,
basically a subclass of base::list()
. Use the utils::str()
function
to see the specific elements returned.
Goodman_Wald_CIs_for_diffs_1xc(n = snp6498169$complete$n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.