the_2x2_table_CIs_difference {contingencytables} | R Documentation |
Wrapper for _CI_2x2
functions on Chapter 4.
the_2x2_table_CIs_difference(n, alpha = 0.05)
n |
frequency matrix |
alpha |
type I error |
NULL. This function should be called for its printed output
# An RCT of high vs standard dose of epinephrine (Perondi et al., 2004)
the_2x2_table_CIs_difference(perondi_2004)
# The association between CHRNA4 genotype and XFS (Ritland et al., 2007)
the_2x2_table_CIs_difference(ritland_2007)