| coef.bayesCox | R Documentation |
Extract coefficient values from bayesCox fitting results, and
summarize the posterior mean, posterior 2.5% and 97.5% quantiles into a
data frame.
## S3 method for class 'bayesCox'
coef(object, ...)
object |
An object returned by function |
... |
Optional arguments. Currently, the only applicable arguemnt is
|
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.
bayesCox, and plotCoef.
## See the examples in bayesCox.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.