nu {dynsurv}R Documentation

Generic function for the latent variance of coefficients

Description

Generic function for the latent variance of coefficients

Usage

nu(object, ...)

## S3 method for class 'bayesCox'
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.

Methods (by class)

References

X. Wang, M.-H. Chen, and J. Yan (2013). Bayesian dynamic regression models for interval censored survival data with application to children dental health. Lifetime data analysis, 19(3), 297–316.

X. Wang, X. Sinha, J. Yan, and M.-H. Chen (2014). Bayesian inference of interval-censored survival data. In: D. Chen, J. Sun, and K. Peace, Interval-censored time-to-event data: Methods and applications, 167–195.

See Also

bayesCox, and plotNu.

Examples

## See the examples in bayesCox.


[Package dynsurv version 0.4-6 Index]