Summary for survReg Objects

DESCRIPTION:

Summary for objects of class 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:

lung.survReg <- survReg(Surv(time,status) ~ age + sex + 
     ph.karno, data=lung, dist="weibull", na.action=na.exclude) 
summary(lung.survReg)