Hi everyone,
I conducted a 4-fold cross validation using a multivariate binary logistic regression with backward stepwise elimination.
The problem is that for each training sample (225 participants out of 300), some different predictors were found statistically significant.
for example:
1st training sample: predictors 1,2,3,4 and 5 were sig.
2nd training sample: predictors 2,3,5,6,7 were sig.
3rd training sample: predictors 1,3,4,7,8 were sig.
and so on...
My question is: How do I chose the final model?
Thank you!