The 2xc table

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

if (FALSE) { # \dontrun{
# 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")
} # }