HannaMeyer/CAST

request: calculation of variable importance of an FFS-model

Closed this issue · 1 comments

When trying to calculate the variable importance of my ffsmodel using varImp(ffsmodel_LLO), it breaks with:

Error in varImp[, "%IncMSE"] : subscript out of bounds 

According to https://stackoverflow.com/a/24043890, the importance hasn't been calculated in ffs(). Could you add it in future?

Adding importance=TRUE to ffs() actually did.