Wald_test_and_CI_marginal_mean_ranks_paired_cxc {contingencytables}R Documentation

The Wald test and confidence interval for the difference between marginal mean ranks / ridits

Description

The Wald test and confidence interval for the difference between marginal mean ranks / ridits

Described in Chapter 9 "The Paired cxc Table"

Usage

Wald_test_and_CI_marginal_mean_ranks_paired_cxc(n, alpha = 0.05)

Arguments

n

the observed table (a cxc matrix)

alpha

the nominal level, e.g. 0.05 for 95% CIs

Value

An object of the contingencytables_result class, basically a subclass of base::list(). Use the utils::str() function to see the specific elements returned.

Examples

# A comparison between serial and retrospective measurements
# (Fischer et al., 1999)
Wald_test_and_CI_marginal_mean_ranks_paired_cxc(fischer_1999)

[Package contingencytables version 3.0.0 Index]