View source: R/stratified_2x2_tables.R
stratified_2x2_tables | R Documentation |
Stratified 2x2 tables
stratified_2x2_tables(n, alpha = 0.05)
n |
the observed table (a 2x2xk matrix, where k is the number of strata) |
alpha |
the nominal level, e.g. 0.05 for 95% CIs |
NULL. This function should be called for its printed output
# Smoking and lung cancer (Doll and Hill, 1950)
stratified_2x2_tables(doll_hill_1950)
# Prophylactice use of Lidocaine in myocardial infarction (Hine et al., 1989)
stratified_2x2_tables(hine_1989)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.