What are Omnibus Tests?

An omnibus test is a statistical test that is used to assess the presence of a statistically significant effect across a set of dependent variables. It is typically used to test multiple null hypotheses simultaneously in a single test. The most commonly used omnibus test is the Analysis of Variance (ANOVA), which is used to compare the means of two or more sample groups.


In statistics, an omnibus test is any statistical test that tests for the significance of several parameters in a model at once.

For example, suppose we have the following null and alternative hypotheses:

H0: μ1 = μ2 = μ3 = … = μk (all the population means are equal)

HA: At least one population mean is different from the rest

This is an example of an omnibus test because the null hypothesis contains more than two parameters.

If we reject the null hypothesis, we know that at least one of the population means is different from the rest, but we don’t specifically know which population means are different.

An omnibus test appears most commonly in and .

This tutorial provides an example of an omnibus test in both a one-way ANOVA and a multiple linear regression model.

Omnibus Test in a One-Way ANOVA

Suppose a professor wants to know whether three different exam prep programs lead to different exam scores. To test this, he randomly assigns 10 students to use each exam prep program for one month and then administers the same exam to the students in each group.

The exam scores for each group are shown below:

To determine if each prep program leads to the same exam scores, he performs a one-way ANOVA using the following null and alternative hypotheses:

H0: μ1 = μ2 = μ3

HA: At least one exam prep program leads to different mean scores than the rest.

This is an example of an omnibus test because the null hypothesis has more than two parameters.

Using a , he is able to produce the following ANOVA table:

To determine if he can reject or fail to reject the null hypothesis, he only needs to look at the F test statistic and the corresponding p-value in the table.

The F test statistic is 2.358 and the corresponding p-value is 0.11385. Since this p-value is not less than .05, he fails to reject the null hypothesis.

In other words, he doesn’t have sufficient evidence to say that any of the exam prep programs lead to different average exam scores.

Note: If the p-value was less than .05, then the professor would reject the null hypothesis. He could then perform to determine exactly which programs produced different average exam scores.

Omnibus Test in a Multiple Linear Regression Model

Suppose a professor wants to determine if the number of hours studied and the number of prep exams taken can predict the exam score that a student will receive.

To test this, he collects data for 20 students and fits the following multiple linear regression model:

Exam Score = β0 + β1(hours) + β2(prep exams)

This regression model using the following null and alternative hypotheses:

H0: β1 = β2 = 0

HA: At least one coefficient is not equal to zero.

This is an example of an omnibus test because the null hypothesis is testing if several parameters are equal to zero at once.

The following shows the results of this regression model:

To determine if he can reject or fail to reject the null hypothesis, he only needs to look at the F test statistic and the corresponding p-value in the table.

The F test statistic is 23.46 and the corresponding p-value is 0.00. Since this p-value is less than .05, he can reject the null hypothesis and conclude that at least one of the model coefficients is not equal to zero.

However, simply rejecting the null hypothesis of this omnibus test doesn’t actually tell him which model coefficients are not equal to zero. To determine this, he must look at the p-values for the individual model coefficients:

  • P-value of hours: 0.00
  • P-value of prep exams: 0.52

This tells him that hours is a statistically significant predictor of exam score while prep exams is not.

Summary

Here’s a summary of what we learned in this article:

  • An omnibus test is used to test for the significance of several model parameters at once.
  • If we reject the null hypothesis of an omnibus test, we know that at least one model parameter is significant.
  • If we reject the null hypothesis of an ANOVA model, we can use to determine which population means are actually different.
  • If we reject the null hypothesis of a multiple linear regression model, we can look at the p-values for the individual model coefficients to determine which ones are statistically significant.

The following tutorials explain how to perform a one-way ANOVA and multiple linear regression in Excel:

x