the_paired_2x2_table_CIs_ratio {contingencytables} | R Documentation |
The Paired 2x2 table CIs ratio
Description
The Paired 2x2 table CIs ratio
Usage
the_paired_2x2_table_CIs_ratio(n, alpha = 0.05)
Arguments
n |
frequency matrix |
alpha |
type I error |
Value
NULL. This function should be called for its printed output.
Examples
# Airway hyper-responsiveness before and after stem cell transplantation
# (Bentur et al., 2009)
the_paired_2x2_table_CIs_ratio(bentur_2009)
# Complete response before and after consolidation therapy
# (Cavo et al., 2012)
the_paired_2x2_table_CIs_ratio(cavo_2012)
[Package contingencytables version 3.0.0 Index]