the_2xc_table {contingencytables} | R Documentation |
The 2xc table
Description
The 2xc table
Usage
the_2xc_table(n, alpha = 0.05, direction = "increasing")
Arguments
n |
the total number of observations |
alpha |
the nominal level, e.g. 0.05 for 95% CIs |
direction |
the direction of the success probabilities |
Value
NULL. This function should be called for its printed output.
Examples
## Not run:
# The Adolescent Placement Study (Fontanella et al., 2008)
the_2xc_table(fontanella_2008)
# Postoperative nausea (Lydersen et al., 2012a)
the_2xc_table(lydersen_2012a, direction = "decreasing")
## End(Not run)
[Package contingencytables version 3.0.0 Index]