# NOT RUN {
library(MASS) # for boston data
data(Boston)
stab.out <- stable(formula=medv ~.,data=Boston,
methods=c("rpart"),samp.method="cv",
tuneLength=2, n.rep=5, parallel=TRUE)
stab.out
# }
Run the code above in your browser using DataLab