Nested Test Tool

The Nested Test tool examines whether two models, one of which contains a subset of the variables contained in the other, are statistically equivalent in terms of their predictive capability. The larger of the two models is referred to as the "full" model, while the model that contains a subset of the variables is referred to as the "reduced" model. In the statistics literature, the "reduced" model is often called the "null" model, while the "full" model is called the "alternative" model.

In the case of two linear regression models, the test is conducted using an F-test*. For two GLM family models, including count regression, gamma regression, and logistic regression, the test is conducted using a likelihood ratio test**.

This tool uses the R tool. Go to Options > Download Predictive Tools and sign in to the Alteryx Downloads and Licenses portal to install R and the packages used by the R Tool.

Connect inputs

Configure the tool

This tool has no configuration options.

*https://en.wikipedia.org/wiki/F-test
**https://en.wikipedia.org/wiki/Likelihood-ratio_test
***Quasi-poisson model not supported.