the_paired_cxc_table_ordinal {contingencytables} | R Documentation |
The Paired CxC table - ordinal
Description
The Paired CxC table - ordinal
Usage
the_paired_cxc_table_ordinal(n, a = seq_len(nrow(n)), alpha = 0.05)
Arguments
n |
the total number of observations |
a |
scores assigned to the outcome categories |
alpha |
the nominal level, e.g. 0.05 for 95% CIs |
Value
NULL. This function should be called for its printed output.
Examples
the_paired_cxc_table_ordinal(fischer_1999, c(8, 3.5, 0, -3.5, -8))
[Package contingencytables version 3.0.0 Index]