plot: Generate Standard Plots
Description
Generate standard plots. This method uses the plot
function as
defined by the regression method used to obtain parameter estimates.Usage
plot(x, y, ...)
# S4 method for DynTxRegime
plot(x, suppress = FALSE, ...)
Arguments
x
An object of class "DynTxRegime"
.
suppress
Logical indicating if identifiers should be added to titles.
...
Additional arguments passed to plot()
Details
Titles and/or subtitles will automatically be appended with a character
string indicating the regression model being plotted. This additional
information can be suppressed using optional argument "suppress = TRUE"
in the call to plot