Displaying 1 result from an estimated 1 matches for "varimp_cforest".
2008 Sep 25
0
varimp in party (or randomForest)
...", "loc"))]
my_cforest_control <- cforest_control(teststat = "quad",
testtype = "Univ", mincriterion = 0, ntree = 50, mtry = 3,
replace = TRUE)
my_cforest <- cforest(edit ~ ., data = arabidopsis,
controls = my_cforest_control)
varimp_cforest <- varimp(my_cforest)
By the way, the same issue arises for the randomForest package.
Does anyone have any suggestions? I'm more interested in the variable importance than the tree per se.
Thanks,
Jason
Jason Jones, PhD
Medical Informatics
j.jones at imail.org
801.707.6898