print.biSurv: Print a short summary of dabrowska estimate

View source: R/dabrowska.R

print.biSurvR Documentation

Print a short summary of dabrowska estimate

Description

Print a short summary of dabrowska estimate

Usage

## S3 method for class 'biSurv'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

an object of class "dabrowska"

digits

minimal number of _significant_ digits, see print.default.

...

further arguments for ggplot.

Value

number of observations, number of events, medians for the marginals, median concordance, and joint probability of both marginals being greater than respective medians

Author(s)

Jeppe E. H. Madsen <jeppe.ekstrand.halkjaer@gmail.com>

References

Hougaard, Philip. (2000). Analysis of Multivariate Survival Data.

Dabrowska, Dorota M. "Kaplan-Meier estimate on the plane." Annals of Statistics 16.4 (1988): 1475-1489.

See Also

biSurv plot.biSurv

Examples

library(survival)
data("diabetic")
s <- biSurv(Surv(time,status)~cluster(id), data = diabetic)
s
plot(s)

Jeepen/biSurv documentation built on Sept. 30, 2023, 3:55 a.m.