coxVarCov | R Documentation |
Extract the variance covariance matrix of the beta from a Cox model
coxVarCov(object)
## S3 method for class 'cph'
coxVarCov(object)
## S3 method for class 'coxph'
coxVarCov(object)
## S3 method for class 'phreg'
coxVarCov(object)
object |
The fitted Cox regression model object either
obtained with |
Should return NULL
if the Cox model has no covariate.
The rows and columns of the variance covariance matrix must be named with the names used in the design matrix.
Brice Ozenne broz@sund.ku.dk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.