R/Exact_multinomial_test_1xc.R
Exact_multinomial_test_1xc.Rd
The exact multinomial test for multinomial probabilities
Described in Chapter 3 "The 1xc Table and the Multinomial Distribution"
Exact_multinomial_test_1xc(n, pi0)
An object of the contingencytables_result class,
basically a subclass of base::list()
. Use the utils::str()
function
to see the specific elements returned.
# Genotype counts for SNP rs 6498169 in RA patients
Exact_multinomial_test_1xc(n = snp6498169$complete$n, pi0 = snp6498169$complete$pi0)
#> The exact multinomial test: P = 0.00322
# subset of 10 patients
Exact_multinomial_test_1xc(n = snp6498169$subset$n, pi0 = snp6498169$subset$pi0)
#> The exact multinomial test: P = 0.04792