stitch {rube} | R Documentation |
Particularly if a subsequent run has the starting values equal to the last values of the prior run, you may want to stitch runs together into a single long run.
stitch(rubeResult1, rubeResult2, minimal=FALSE)
rubeResult1 |
A rube() object. |
rubeResult2 |
A rube() object. |
minimal |
Set to TRUE to supress sims.matrix, sims.list, summary, etc. |
Returns the resonable components of a rube object based on stitching together two rube objects end-to-end.
Returns a new rube object.
Howard J. Seltman <hseltman@stat.cmu.edu>
http://www.stat.cmu.edu/~hseltman/rube/
cat("Need a good example!\n")