vcov.coxphw {coxphw} | R Documentation |
Obtain the Variance-Covariance Matrix for a Fitted Model Object of Class coxphw
Description
This class of objects is returned by the coxphw
function.
Objects of this class have methods for the functions summary
, print
, coef
,
vcov
, plot
, and confint
.
Usage
## S3 method for class 'coxphw'
vcov(object, ...)
Arguments
object |
object of class |
... |
further arguments. |
Author(s)
Daniela Dunkler
See Also
[Package coxphw version 4.0.3 Index]