summary_dc {DepCens}R Documentation

Print the summary output

Description

Print the summary output

Usage

summary_dc(object, ...)

Arguments

object

an object of the class "dcensoring".

...

further arguments passed to or from other methods.

Value

a summary of the fitted model.

Examples


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)


[Package DepCens version 0.2.3 Index]