plotJump {dynsurv} | R Documentation |
Plot Jump Information in Bayesian Dynamic Model
Description
plotJumpTrace
plots the MCMC history of the number of pieces.
plotJumpHist
plots the histogram of the number of pieces. The input
data frame is returned by function jump
.
Usage
plotJumpTrace(object, ...)
plotJumpHist(object, ...)
Arguments
object |
A data.frame returned by function |
... |
Other arguments. |
Value
A ggplot
object.
See Also
Examples
## See the examples in bayesCox
[Package dynsurv version 0.4-7 Index]