Usage Note 22900: Understanding the warning messages "SPEC test df may be unreliable" and "SPEC test has been deemed singular"
The warning message:
Warning: The average covariance matrix for the SPEC test has been
deemed singular which violates an assumption of the test.
Use caution when interpreting the results of the test.
is issued when PROC REG detects a linear dependency (or near linear dependency) in one of the matrices used to calculate the chi-square statistic and degrees of freedom for the SPEC option – specifically, in the estimated matrix βn which is defined in White (1980, middle pg 823).
Note that this violates Assumption #6 (pages 822-823 of White's paper), which states that the average covariance matrix is nonsingular. All results (chi-square and degrees of freedom) used to calculate the SPEC option should be suspect, just as when the assumptions for any test are violated. Note that all other results from PROC REG are unaffected by this problem.
Changing the independent effects listed in the MODEL statement or rescaling the data may circumvent the problem. Or, if you have SAS/ETS® software licensed, you may want to try the WHITE or the BREUSCH= options in the FIT statement in PROC MODEL as an alternative test. These options, as well as the difference between them and the SPEC option in PROC REG, are discussed in Heteroscedasticity tests in the MODEL chapter of the SAS/ETS User's Guide.
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Usage Note |
Priority: | low |
Topic: | Analytics ==> Regression SAS Reference ==> Procedures ==> REG Analytics ==> Multivariate Analysis
|
Date Modified: | 2019-04-17 10:23:09 |
Date Created: | 2002-12-16 10:56:40 |