print.coxphw {coxphw}R Documentation

Print Method for Objects 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'
print(x, ...) 

Arguments

x

object of class coxphw.

...

further arguments.

Details

If some regression coefficients were held fixed by betafix, then no standard errors are given for these coefficients as they are not estimated in the model. The global Wald test only relates to those variables for which regression coefficients were estimated.

Author(s)

Georg Heinze, Daniela Dunkler

See Also

coxphw


[Package coxphw version 4.0.3 Index]