I have created a model using bic.glm, and I am trying to predict probabilities on validation data which does not have the dependent variable 'is_blocked'.
When I run the predict() function on the validation data, I get the following error:
Error in eval(expr, envir, enclos) : object 'is_blocked' not found
Why would I get this error, when is_blocked is the variable I'm trying to predict?