Multivariate Regression Hypothesis Testing

Introduction

We start by showing how to test the hypothesis that none of the independent variables in a multivariate regression model predicts any of the dependent variables.

Basic Concepts

The regression coefficients takes the form

Partition of regression coefficients

Here β0 is a 1 × m matrix containing the intercepts and β(1) is a k × m matrix containing the coefficients associated with the independent variables.

We test the hypotheses

H0: β(1) = O

H1: β(1)O, i.e. βjp ≠ 0 for some j = 1 ,…, k and p = 1, …, m

Now, let

Y-bar

where Yj is the jth column of the data in Y. Then the sum of squares without taking the intercept into account is

SS without intercept

But

SS no intercept reformatted

where

E and H matrices

Note that E = SSE.

As for MANOVA, we can use the following four tests to determine whether null hypothesis β(1) = O. For each of the tests we use the following parameters:

p = m, h = k, and e = n–k–1

In the following |A| is the determinant of the square matrix A, and λ1λ2 ≥ …. ≥ λr are the eigenvalues of E-1H (or HE-1) with r = min(k,m).

Wilk’s Lambda Test

Define

Wilk's lambda test statistic

In particular, if the null hypothesis is true, then

F-test equivalent

where

a formula

b formula

c formula

Degrees of freedom

This is the same test used for one-way MANOVA where in that case p = k, h = m–1, and e = n–m.

Hotelling-Lawley Trace Test

Define

Hotelling-Lawley Trace statistic

In particular, if the null hypothesis is true, then

F-test equivalent

where

s formula

t formula

u formula

Degrees of freedom

Pillai-Bartlett Trace Test

Define

Pillai-Bartlett test statistic

If the null hypothesis is true, then

F-test approximation

where s is as described above and

 

Degrees of freedom

Roy Largest Root Test

Define

Roy's test statistic

where λ1 is the largest eigenvalue of HE-1.

There isn’t an F-test version of Roy’s test. Instead, you can use a table of critical values for alpha = .05 based on the parameters s, t, u from the Hotelling-Lawley Trace Test.

You reject the null hypothesis when Θ > Θcrit.

Related Topics

References

Johnson, R. A., Wichern, D. W. (2007) Applied multivariate statistical analysis. 6th Ed. Pearson
https://mathematics.foi.hr/Applied%20Multivariate%20Statistical%20Analysis%20by%20Johnson%20and%20Wichern.pdf

Rencher, A.C., Christensen, W. F. (2012) Methods of multivariate analysis (3nd Ed). Wiley

Junker, B. (2005) Multivariate regression, MANOVA
https://www.stat.cmu.edu/~brian/722-2005/week04/07-reg-topics2.pdf

Leave a Comment