coxVarCov: Extract the variance covariance matrix of the beta from a Cox...

Description Usage Arguments Details Author(s)

Description

Extract the variance covariance matrix of the beta from a Cox model

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
coxVarCov(object)

## S3 method for class 'cph'
coxVarCov(object)

## S3 method for class 'coxph'
coxVarCov(object)

## S3 method for class 'phreg'
coxVarCov(object)

Arguments

object

The fitted Cox regression model object either obtained with coxph (survival package), cph (rms package), or phreg (mets package).

Details

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.

Author(s)

Brice Ozenne broz@sund.ku.dk


bozenne/riskRegressionLight documentation built on May 7, 2019, 12:52 a.m.