compare: Compare 2 msc objects

Description Details Author(s) See Also Examples

Description

Gives a graphical comparison of 2 msc objects by plotting the differences of their response function values.

Details

This is intended to help visualize the effect of tweaking a parameter or two in the call to TMC. The resulting plot may not be meaningful for radically different objects. In particular, the function will not work if the msc.List argument or the stepSize argument differ between the two objects, since then the resulting graphs are no longer comparable.

Author(s)

Andrew K. Smith

See Also

TMC

Examples

1
2
3
4
5
## Not run: 
example(TMC)
result3 <- update(result, par.Sigma = 2)
compare(result, result3)
## End(Not run)

CombMSC documentation built on May 2, 2019, 2:32 p.m.