stitch {rube}R Documentation

Stitch together end-to-end two rube runs on the same model.

Description

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.

Usage

stitch(rubeResult1, rubeResult2, minimal=FALSE)

Arguments

rubeResult1

A rube() object.

rubeResult2

A rube() object.

minimal

Set to TRUE to supress sims.matrix, sims.list, summary, etc.

Details

Returns the resonable components of a rube object based on stitching together two rube objects end-to-end.

Value

Returns a new rube object.

Author(s)

Howard J. Seltman <hseltman@stat.cmu.edu>

References

http://www.stat.cmu.edu/~hseltman/rube/

See Also

rube

Examples

cat("Need a good example!\n")

[Package rube version 0.3-11 Index]