combine.sims: Combine multiple simulation results

View source: R/util.R

combine.simsR Documentation

Combine multiple simulation results

Description

Combine output of multiple runs of anal.multi.

Usage

combine.sims(...)

Arguments

...

Two or more objects, of the form output from anal.multi.

Value

A single object, of the form output from anal.multi.

Author(s)

Karl W Broman, broman@wisc.edu

See Also

anal.multi, combine.mcmc

Examples

## Not run: output1 <- anal.multi(n.sim=10)
## Not run: output2 <- anal.multi(n.sim=10)
## Not run: output <- combine.sims(output1, output2)

kbroman/qtlsim documentation built on May 17, 2023, 11:53 p.m.