1 | ancGLOB_sub4(bvec, fr1 = fr1, fr2 = fr2, est = est, SEED = SEED, nmin = 12, nboot = nboot, pts = pts, ...)
|
bvec |
|
fr1 |
|
fr2 |
|
est |
|
SEED |
|
nmin |
|
nboot |
|
pts |
|
... |
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 (bvec, fr1 = fr1, fr2 = fr2, est = est, SEED = SEED,
nmin = 12, nboot = nboot, pts = pts, ...)
{
p = ancGLOB_sub5(bvec[, 1], bvec[, 2], bvec[, 3], bvec[,
4], est = est, SEED = SEED, fr1 = fr1, fr2 = fr2, nboot = nboot,
nmin = 12, pts = pts, ...)
p
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.