## S3 method for class 'shrWeib':
summary(object, conf.int = 0.95, digits = 4,
pvalDigits = 4, eps = 1e-04, ...)
shrWeib
object, i.e., the result of a call to the shr
function with hazard
="Weib".shr
,
print.shrWeib
,
plot.shrWeib
# Weibull survival model
data(test)
fit.su <- shr(Hist(time=list(l,r),id)~cov,data=test)
summary(fit.su)
Run the code above in your browser using DataLab