nu.bayesCox: Extract Latent Variance from Bayesian Cox Model
Description
Extract latent variance from bayesCox fitting results, and
summarize them into a data frame. It is applicable when
model="TimeVarying" or model="Dynamic", and
coef.prior=list(type="HAR1").
Usage
"nu"(object, ...)
Arguments
object
an object returned by function bayesCox.
...
other arguments.
Value
A data.frame with 4 columns ("Iter", "Model", "Cov", "Value"),
where Iter is the iteration number; Model and Cov
contain the character values of the model type and covariates.