rfTitanic {rfVarImpOOB} | R Documentation |
fit a random forest model on the titanic data
Description
convenience function to reduce overhead of repeatedly fitting RF to titanic data
Usage
rfTitanic(formel = Survived ~ Sex + Pclass + PassengerId, nRows = 500,
ntree = 10, mtry = 3, nodesize = 1)
Arguments
formel |
formula |
nRows |
subsample size |
ntree |
number of trees |
mtry |
mtry |
nodesize |
nodesize |
Author(s)
Markus Loecher <Markus.Loecher@gmail.com>
Examples
rfTit = rfTitanic(nRows = 500,nodesize=10)
[Package rfVarImpOOB version 1.0.3 Index]