
Variance-covariance matrix
vcov.coxph.RdExtract and return the variance-covariance matrix.
Arguments
- object
a fitted model object
- complete
logical indicating if the full variance-covariance matrix should be returned. This has an effect only for an over-determined fit where some of the coefficients are undefined, and
coef(object)contains corresponding NA values. Ifcomplete=TRUEthe returned matrix will have row/column for each coefficient, if FALSE it will contain rows/columns corresponding to the non-missing coefficients. The coef() function has a similarcompleteargument.- matrix
if TRUE the result will be an array with one covariance matrix per transition in the model;
vcov(object, matrix=TRUE)[,,i]will be the variance matrix corresponding tocoef(object, matrix=TRUE)[,i]- ...
additional arguments for method functions