Description Usage Arguments Value References Examples
This function checks whether Barnard's criterion (Biometrika, 1947) is satisfied
1 | Barnard_check(mat)
|
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 |
logical. TRUE if Barnard's criterion is satisfied, FALSE otherwise
Barnard:47EC
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"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.