plotChangepoint {MCMCpack} | R Documentation |
Posterior Density of Regime Change Plot
Description
Plot the posterior density of regime change.
Usage
plotChangepoint(
mcmcout,
main = "Posterior Density of Regime Change Probabilities",
xlab = "Time",
ylab = "",
verbose = FALSE,
start = 1,
overlay = FALSE
)
Arguments
mcmcout |
The
|
main |
Title of the plot |
xlab |
Label for the x-axis. |
ylab |
Label for the y-axis. |
verbose |
If |
start |
The time of the first observation to be shown in the time series plot. |
overlay |
If |
See Also
MCMCpoissonChange
, MCMCbinaryChange
[Package MCMCpack version 1.7-0 Index]