cbind.scantwoperm {qtl} | R Documentation |
Column-bind permutations results from scantwo
for multiple phenotypes or models.
## S3 method for class 'scantwoperm'
cbind(...)
... |
A set of objects of class |
The column-binded input, as a scantwoperm
object.
Karl W Broman, broman@wisc.edu
scantwo
, c.scantwoperm
,
summary.scantwoperm
data(fake.bc)
fake.bc <- calc.genoprob(fake.bc)
## Not run: operm1 <- scantwo(fake.bc, pheno.col=1, method="hk", n.perm=50)
operm2 <- scantwo(fake.bc, pheno.col=2, method="hk", n.perm=50)
## End(Not run)
operm <- cbind(operm1, operm2)