tracePlot: Trace Plot Generic and Method for "MNM" Class
Description
The tracePlot
function generates trace plots for parameters in objects. This
documentation includes the generic and the method for the "MNM"
class.
Usage
tracePlot(x, param, ...)# S4 method for MNM
tracePlot(x, param, ...)
Value
No return value; displays a trace plot for the specified parameter.
Arguments
- x
An object of class "MNM"
.
- param
The name of the parameter to plot (e.g., "N[8, 1]"
).
- ...
Additional arguments (not used for "MNM"
).