by considering this general example
##start code
library(ipred)
data("Ionosphere", package = "mlbench")
Ionosphere$V2 <- NULL # constant within groups
iono<-bagging(Class ~ ., data=Ionosphere, coob=TRUE)
print(iono)
##end code
does anybody knows any possibility to plot the (average) plot of the
bagging?
does it make any sense at least for a visual presentation?
how to *visually* convey the information provided by the bagging model?
thank you for any feedback
best
max
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.