powered by
Returns a list containing the hazard curve and confidence limits for the curve.
# S3 method for bshazard summary(object, digits = 4,...)
values of covariates at which hazard is computed (mean value)
mid point of each bin at which the curve is computed
hazard estimate for each bin
lower limit of the hazard confidence interval (depends on alpha level)
upper limit of the hazard confidence interval (depends on alpha level)
smoothing parameter
degrees of freedom representing the effective number of smoothing parameters
overdispersion parameter
the result of a call to the bshazard function.
Number of digits to print
other arguments that will be passed forward
bshazard,print.bshazard,plot.bshazard
data(cancer,package="survival") summary(bshazard(Surv(time, status==2) ~ 1,data=lung))
Run the code above in your browser using DataLab