density,MNM-method: Density Plot Method for "MNM" Class
Description
Generates the density plot for a specified parameter stored in the MNM object.
Usage
# S4 method for MNM
density(x, param, ...)
Value
No return value; displays the density 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).