I believe my question is similar with this one:
Likelihood-ratio test for three models?
But I do still not understand and my problem is slightly different (maybe). I want to check which model is best, by performing a likelihood ratio test with three variables. For example:
Let say model M1, M2, M3, M4, M5, M6, M7 correspond to variable A, B, C, A+B, A+C, B+C, A+B+C, respectively. First, we select the best fit model using AIC. And after that, we perform a likelihood ratio test to check if the selected model improving the simple one or not.
When we get the M4 (or M5 or M6) as the best fit model, we need to test it with M1(A) and M2(B) to check if M4(A+B) improving M1 or M2. When M4 improve M1 and M2, we select M4 as the best fit model. When M4 improve M1 but not M2, we select M2 as the best fit model and vice versa.
But I do not know if the best fit model is M7(A+B+C). How to test M7 model?
Thank you