Combine scantwo permutations by column
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
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.