Summary for survreg Objects

DESCRIPTION:

Note: The survreg function is deprecated; please use instead. Summary for objects of class survreg. (These objects are created by the survreg function, which is now deprecated in favor of the function survReg . You should modify any scripts or function calls to use survReg instead of survreg.)

USAGE:

summary.survreg(object, correlation=T) 

REQUIRED ARGUMENTS:

object
an object of class survreg.

OPTIONAL ARGUMENTS:

correlation
logical flag. If T, correlations are printed out.

VALUE:

an object of class summary.survreg. These objects are essentially lists containing, among other things, estimated coefficients, degrees of freedom, log-likelihood estimates, variance estimates, and the number of iterations.

ACKNOWLEDGEMENT:

This survival function is courtesy of Terry Therneau, Mayo Foundation.

SEE ALSO:

,

EXAMPLES:

cap.survreg <- survreg(Surv(days, event) ~ voltage, data=capacitor, 
        control=survreg.control(maxiter = 40)) 
summary(cap.survreg)