plot.biSurv: Contour plot of the bivariate survival function

View source: R/dabrowska.R

plot.biSurvR Documentation

Contour plot of the bivariate survival function

Description

Contour plot of the Dabrowska estimate of the bivariate survival function

Usage

## S3 method for class 'biSurv'
plot(x, ...)

Arguments

x

an object of class dabrowska.

...

further arguments for ggplot.

Value

contour plot of estimate of bivariate survival function along with contour plot of independence estimate of bivariate survival function.

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)
plot(s)

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