Description Usage Arguments Value
Build random forest models on bootstrapped samples of data
| 1 2 | 
| idcol | name of column to loop through | 
| prop | proportion of data (unique Ids) to be taken for training data | 
| n.boot | number of bootstrapped samples to take | 
| mtry | desired mtry to test in RF models | 
| cutoff | parameter of cutoff to be used in RF models | 
| samplesize | vector of sample sizes for data ex. c(50, 10) | 
| pred.names | names of predictor variables to be included in the model | 
| cat.column | column name of the category to be predicted | 
| data.frame | of killsite data | 
Returns a data.frame object with predictions of kill sites and available points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.