Learn R Programming

CombMSC (version 1.4.2.1)

compare: Compare 2 msc objects

Description

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

Arguments

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.

See Also

TMC

Examples

Run this code
# NOT RUN {
example(TMC)
result3 <- update(result, par.Sigma = 2)
compare(result, result3)
# }

Run the code above in your browser using DataLab