summary_dc: Print the summary output

View source: R/summary_dc.R

summary_dcR 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)


DepCens documentation built on March 31, 2023, 11:44 p.m.