bagged trees models
The standard resampling with replacement (bootstrap) is used as sampling strategy.
baggedtrees(form, data, ntree = 100)
form
: formuladata
: training datantree
: no of treesensemble <- baggedtrees(Species ~., iris, ntree = 50)
Useful links