library(Icens)
library(interval)
library(LTRCtrees)
data(bcos)
## Fit ICtree survival tree
## make sure to attach survival package (by library(survival) ) before using Surv function
Ctree <- ICtree(Surv(left,right,type="interval2")~treatment, data = bcos)
## Plot the fitted tree
plot(Ctree)
Run the code above in your browser using DataLab