plotNu {dynsurv}R Documentation

Plot Latent Variance in Bayesian Cox Model

Description

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.

Usage

plotNu(object, ...)

Arguments

object

A data.frame returned by the function nu.

...

Other arguments.

Value

A ggplot object.

See Also

nu.bayesCox.

Examples

## See the examples in bayesCox

[Package dynsurv version 0.4-6 Index]