I’ve created a binary logistic regression model with two continuous independent variables (age and annual salary) to predict car purchase (0-not purchased and 1 for puchased) using SPSS.
Testing for the linearity of the logit (using a logistic model with interaction terms consisting of the variables x the natural logarithm of the variable, as e.g. described by Andy Field’s IBM SPSS Statistics) reveals, that the interaction term has a significance of p=0.001. Therefore, as I understand it, the assumption of the linearity of the logit is not met and the model is not valid and cannot be used this way.
What options do I have to deal with this/to transform the model?
In suc cases, Will the model be considered as statistically significant?
Is the model robust?