I am building a non-linear model aiming to describe the mechanistic process of resource allocation. There several terms, and what makes the model non-linear is competition between lines that are facing each other pair by pair.
I tested the significance of terms through AIC comparisons, deleting non significant terms (it is not really hierarchical, I explored a big set of pathways).
I have the feeling that sometime, removing one term can change a lot the value of parameters for other terms, so that the values of parameters seem to be completely inter-dependent.
I have 2 questions:
- How can I formally assess whether this is true (that parameter values change a lot when removing terms)? Please note I have a huge number of parameters, so comparing them one by one is very difficult.
- If it is true, is it due to the intrinsic nature of non-linear model, or is it due to some kind of colinearity in my terms? Standard error are very small, but when comparing confidence intervals of parameters for two models differing by only one term, these CI do not overlap at all.
Thanks!