Whenever I run the following code, I get the aforementioned error.
logit.fit1 <- glm(Closed_Account~., family = "binomial", data = df_train)
logit.AICStep <- step(logit.fit1, direction = "both")
Error in length(obj) : class name too long in 'length'
How can I solve this issue?