survreg Objects
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.)
summary.survreg(object, correlation=T)
survreg.
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.
This survival function is courtesy of Terry Therneau, Mayo Foundation.
cap.survreg <- survreg(Surv(days, event) ~ voltage, data=capacitor,
control=survreg.control(maxiter = 40))
summary(cap.survreg)