Learn R Programming

DepCens (version 0.2.3)

summary_dc: Print the summary output

Description

Print the summary output

Usage

summary_dc(object, ...)

Value

a summary of the fitted model.

Arguments

object

an object of the class "dcensoring".

...

further arguments passed to or from other methods.

Examples

Run this code
# \donttest{
fit <- dependent.censoring(formula = time ~ x1 | x3, data=KidneyMimic, delta_t=KidneyMimic$delta_t,
                          delta_c=KidneyMimic$delta_c, ident=KidneyMimic$ident, dist = "mep")
summary_dc(fit)
# }

Run the code above in your browser using DataLab