print.biSurv | R Documentation |
Print a short summary of dabrowska estimate
## S3 method for class 'biSurv'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
an object of class "dabrowska" |
digits |
minimal number of _significant_ digits, see |
... |
further arguments for |
number of observations, number of events, medians for the marginals, median concordance, and joint probability of both marginals being greater than respective medians
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)
s
plot(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.