# NOT RUN {
## ------------------------------------------------------------
## classification analysis
## ------------------------------------------------------------
data(breast, package = "randomForestSRC")
breast <- na.omit(breast)
obj <- rfsrc(status ~ ., data = breast, nsplit = 10)
print(obj)
# }
Run the code above in your browser using DataLab