## Examples from randomForestSRC::rfsrc
##
data(pbc, package = "randomForestSRC")
pbc_rf <- rfsrc(Surv(days, status) ~ ., pbc, nsplit = 10, ntree=500)
print(pbc.obj)
pbc_interaction <- find.interaction(pbc_rf)
plot(pbc_interaction, x_var="bili")
Run the code above in your browser using DataLab