Learn R Programming

SmoothHazard (version 1.0.9)

summary.idmWeib: Summary of a fitted illness-death model using a Weibull approach

Description

Print a short summary of a fitted Weibull model using the penalized likelihood approach.

Usage

## S3 method for class 'idmWeib':
summary(object, conf.int = 0.95, digits = 4,
 pvalDigits = 4, eps = 1e-04, ...)

Arguments

object
a idmWeib object, i.e., the result of a call to the idm function with hazard="Weib".
conf.int
confiance level.
digits
number of digits to print.
pvalDigits
number of digits to print for p-values.
eps
convergence criterion used for p-values.
...
other unusued arguments.

See Also

idm, print.idmWeib, plot.idmWeib

Examples

Run this code
# Weibull survival model 
data(test)
fit.su <- shr(Hist(time=list(l,r),id)~cov,data=test) 
fit.su

Run the code above in your browser using DataLab