I am looking to understand the consequences with futur predictions using the predict(*)
R function with a R glm object that didn't converged during modeling process. However, I am able to manually backfilled the coefficients and the other components needed to get a prediction. Should I be worried about weird prediction values or could it produce weird behavior during a prediction process?
Thank you,
John
EDIT: The fact that it doesn't converge is the exact behavior I wanted. I wanted to save timeprocess, because the coefficients are already known before modeling.