summary_dc {DepCens} | R Documentation |
Print the summary output
summary_dc(object, ...)
object |
an object of the class "dcensoring". |
... |
further arguments passed to or from other methods. |
a summary of the fitted model.
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)