1 |
J |
|
K |
|
x |
|
tr |
|
alpha |
|
dif |
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)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.