Description Usage Arguments Examples
View source: R/the_1xc_table_CIs.R
The 1xc table CIs
1 | the_1xc_table_CIs(n, alpha = 0.05)
|
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 |
1 2 3 4 | load_chapter(3)
# Genotype counts for SNP rs 6498169 in RA patients
the_1xc_table_CIs(n=c(276, 380, 118))
unload_chapter(3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.