You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line of code: df <- attrition %>% mutate_if(is.ordered, factor, ordered = FALSE) no longer works because the attrition dataset has been moved to the modeldata package. Add data("attrition") before that line to resolve the problem.
The text was updated successfully, but these errors were encountered:
This line of code:
df <- attrition %>% mutate_if(is.ordered, factor, ordered = FALSE)
no longer works because theattrition
dataset has been moved to themodeldata
package. Adddata("attrition")
before that line to resolve the problem.The text was updated successfully, but these errors were encountered: