powered by
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)
An object of the contingencytables_result class, basically a subclass of base::list(). Use the utils::str() function to see the specific elements returned.
base::list()
utils::str()
the observed table (a cxc matrix)
the nominal level, e.g. 0.05 for 95% CIs
# A comparison between serial and retrospective measurements # (Fischer et al., 1999) Wald_test_and_CI_marginal_mean_ranks_paired_cxc(fischer_1999)
Run the code above in your browser using DataLab