compare {CombMSC} | R Documentation |
Gives a graphical comparison of 2 msc objects by plotting the differences of their response function values.
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.
Andrew K. Smith
## Not run: example(TMC) result3 <- update(result, par.Sigma = 2) compare(result, result3) ## End(Not run)