Hello community,
I am just trying to better understand the results of the Nested Test Tool.
I understand from the Alteryx documentation that the hypotheses can be stated as follows:
Null hypothesis: The full model and the reduced model are statistically equivalent in terms of their predictive capability.
Alternative hypothesis: The full model and the reduced model are not statistically equivalent in terms of their predictive capability.
The lower the p-value, the higher the probability that the null hypothesis can be rejected in favor of the alternative hypothesis.
My understanding is such that the null hypothesis embodies the reduced model. If one cannot reject the null hypothesis, then one takes the more parsimonious model. However, if the two models differ, it is better to use the full model.
From this it follows for me:
- p <= 0.05 ==> Take the full model
- p > 0.05 ==> Take the more parsimonious model
Do I draw the right conclusion?
Thank you in advance.