barnard_check: Verifying Barnard's criterion

Description Usage Arguments Value References Examples

Description

This function checks whether Barnard's criterion (Biometrika, 1947) is satisfied

Usage

1

Arguments

mat

array of dimensions (N.T+1)x(N.C+1) where the (i,j) element is the order statistic for x.T=i and x.C=j

Value

logical. TRUE if Barnard's criterion is satisfied, FALSE otherwise

References

\insertRef

Barnard:47EC

Examples

1
2
3
4
#Checks if the Barnard criterion is satisfied for the
#Miettenin & Nurminen ordering statistic with N.T=15,
#N.C=15 and delta0=30%
Barnard_check(order_mat(N.T=15,N.C=15,delta0=0.3,method="MN"))

NourHawila/EC documentation built on Feb. 24, 2022, 8:24 a.m.