## Not run: 
# #load(url("http://topepo.github.io/caret/exampleModels.RData"))
# 
# resamps <- resamples(list(CART = rpartFit,
#                           CondInfTree = ctreeFit,
#                           MARS = earthFit))
# 
# dotplot(resamps, 
#         scales =list(x = list(relation = "free")), 
#         between = list(x = 2))
# 
# bwplot(resamps,
#        metric = "RMSE")
# 
# densityplot(resamps,
#             auto.key = list(columns = 3),
#             pch = "|")
# 
# xyplot(resamps,
#        models = c("CART", "MARS"),
#        metric = "RMSE")
# 
# splom(resamps, metric = "RMSE")
# splom(resamps, variables = "metrics")
# 
# parallelplot(resamps, metric = "RMSE")
# 
# 
# ## End(Not run)
Run the code above in your browser using DataLab