plot.biSurv | R Documentation |
Contour plot of the Dabrowska estimate of the bivariate survival function
## S3 method for class 'biSurv'
plot(x, ...)
x |
an object of class |
... |
further arguments for |
contour plot of estimate of bivariate survival function along with contour plot of independence estimate of bivariate survival function.
Jeppe E. H. Madsen <jeppe.ekstrand.halkjaer@gmail.com>
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.
biSurv plot.biSurv
library(survival)
data("diabetic")
s <- biSurv(Surv(time,status)~cluster(id), data = diabetic)
plot(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.