the_rx2_table {contingencytables} | R Documentation |
The rx2 table
Description
The rx2 table
Usage
the_rx2_table(n, alpha = 0.05, direction = "increasing", skip_exact = FALSE)
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 |
skip_exact |
If |
Value
NULL. This function should be called for its printed output.
Examples
the_rx2_table(mills_graubard_1987, skip_exact = TRUE)
the_rx2_table(indredavik_2008, direction = "decreasing", skip_exact = TRUE)
[Package contingencytables version 3.0.0 Index]