wwmcp:

Usage Arguments Examples

Usage

1
wwmcp(J, K, x, tr = 0.2, alpha = 0.05, dif = TRUE)

Arguments

J
K
x
tr
alpha
dif

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (J, K, x, tr = 0.2, alpha = 0.05, dif = TRUE) 
{
    conM = con2way(J, K)
    A = rmmcp(x, con = conM$conA, tr = tr, alpha = alpha, dif = dif)
    B = rmmcp(x, con = conM$conB, tr = tr, alpha = alpha, dif = dif)
    AB = rmmcp(x, con = conM$conAB, tr = tr, alpha = alpha, dif = dif)
    list(Factor_A = A, Factor_B = B, Factor_AB = AB)
  }

musto101/wilcox_R documentation built on May 23, 2019, 10:52 a.m.