View source: R/summary.scantwo.R
| cbind.scantwoperm | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.