| coef.bayesCox {dynsurv} | R Documentation |
Extract Coefficients from Bayesian Cox Model
Description
Extract coefficient values from bayesCox fitting results, and
summarize the posterior mean, posterior 2.5% and 97.5% quantiles into a
data frame.
Usage
## S3 method for class 'bayesCox'
coef(object, ...)
Arguments
object |
An object returned by function |
... |
Optional arguments. Currently, the only applicable arguemnt is
|
Value
A data.frame with 6 columns ("Low", "Mid", "High", "Time",
"Cov", "Model"), where "Low" and "High" are the posterior
2.5% and 97.5% quantiles as default; "Mid" is the posterior mean;
"Cov" and "Model" contain character values of the covariates
and model types.
See Also
Examples
## See the examples in bayesCox.
[Package dynsurv version 0.4-7 Index]