View source: R/summary.scantwo.R
c.scantwoperm | R Documentation |
Concatenate the data for multiple runs of scantwo
with n.perm > 0
.
## S3 method for class 'scantwoperm'
c(...)
## S3 method for class 'scantwoperm'
rbind(...)
... |
A set of objects of class |
The aim of this function is to concatenate the results from multiple
runs of a permutation test scantwo
, to assist with
the case that such permutations are done on multiple processors in
parallel.
The concatenated input, as a scantwoperm
object.
Karl W Broman, broman@wisc.edu
summary.scantwoperm
,
scantwo
, cbind.scantwoperm
data(fake.f2)
fake.f2 <- calc.genoprob(fake.f2)
## Not run: operm1 <- scantwo(fake.f2, method="hk", n.perm=50)
operm2 <- scantwo(fake.f2, method="hk", n.perm=50)
## End(Not run)
operm <- c(operm1, operm2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.