Description Usage Arguments Examples
The standard resampling with replacement (bootstrap) is used as sampling strategy.
| 1 | baggedtrees(form, data, ntree = 100)
 | 
| form | formula | 
| data | training data | 
| ntree | no of trees | 
| 1 | ensemble <- baggedtrees(Species ~., iris, ntree = 50)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.