View source: R/Wald_test_and_CI_marginal_mean_ranks_paired_cxc.R
Wald_test_and_CI_marginal_mean_ranks_paired_cxc | R Documentation |
The Wald test and confidence interval for the difference between marginal mean ranks / ridits
Described in Chapter 9 "The Paired cxc Table"
Wald_test_and_CI_marginal_mean_ranks_paired_cxc(n, alpha = 0.05)
n |
the observed table (a cxc matrix) |
alpha |
the nominal level, e.g. 0.05 for 95% CIs |
An object of the contingencytables_result class,
basically a subclass of base::list()
. Use the utils::str()
function
to see the specific elements returned.
# A comparison between serial and retrospective measurements
# (Fischer et al., 1999)
Wald_test_and_CI_marginal_mean_ranks_paired_cxc(fischer_1999)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.