Random Forest analysis: calculating conditional variable importance throws errorr
I’m doing a Random Forest analysis (perturb = list(replace = TRUE), ntree = 1500, mtry = 3
) with the cforest
function from the library partykit
with a large number of predictor variables (altogether 13) and want to determine conditional variable importances using the varimp
function. However, I get this error (no error, if conditional = FALSE
!):