the_1xc_table_CIs {contingencytables}R Documentation

The 1xc table CIs

Description

The 1xc table CIs

Usage

the_1xc_table_CIs(n, alpha = 0.05)

Arguments

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

Value

NULL. This function should be called for its printed output

Examples

# Genotype counts for SNP rs 6498169 in RA patients
the_1xc_table_CIs(n = snp6498169$complete$n)

[Package contingencytables version 3.0.0 Index]