Description Usage Arguments See Also Examples
This function passes a data.frame, formula, and additional arguments to
randomForest.
| 1 2 3 4 | 
| data | Data frame (or object that can be coerced to one) containing the variables in the model | 
| formula | 
 | 
| ... | Additional arguments to pass to model function | 
| object | Fitted model | 
| 1 2 3 4 | randomForest(mtcars, hp ~ .)
# Help page for function being twiddled
?randomForest::randomForest
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.