plotNu {dynsurv} | R Documentation |
Plot the latent variance nu
when the hierarchical AR(1) process
prior is used for the bayesCox
model. It is applicable when
model="TimeVarying"
or model="Dynamic"
, and
coef.prior=list(type="HAR1")
. The input data frame is returned by
function nu
.
plotNu(object, ...)
object |
A data.frame returned by the function |
... |
Other arguments. |
A ggplot
object.
## See the examples in bayesCox