the_paired_2x2_table_CIs_difference {contingencytables} | R Documentation |
The Paired 2x2 table CIs difference
Description
The Paired 2x2 table CIs difference
Usage
the_paired_2x2_table_CIs_difference(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_difference(bentur_2009)
# Complete response before and after consolidation therapy
# (Cavo et al., 2012)
the_paired_2x2_table_CIs_difference(cavo_2012)
[Package contingencytables version 3.0.0 Index]