BookmarkSubscribeRSS Feed
bigbigben
Obsidian | Level 7

HI, all:

I have a question about the technique details of SUR employed in proc syslin or proc model.

We know that SUR will use the cross-equation variance-covariance matrix to do the estimation. However, if I have more equations that number of observations (in each equations). For example, I have 30 equations and 20 observations in each equation. The variance covariance matrix would be 30 by 30. However, I only have the matrix of residuals as 30*20. In this case, would the variance covariance matrix used in SUR be deficient? How does SAS deal with this problem? I expect there should be at least some warning from SAS, but it is not.

Thanks,

Jing

1 REPLY 1
ets_kps
SAS Employee

Hi Jing,

I spoke with the developer of proc model and he had this response, "

For the SUR method MODEL computes a pseudo inverse of the OLS
residuals’  covariance matrix.  When the OLS covariance matrix is
singular a warning is produced explaining which equations’ rows  in the
covariance matrix are linearly dependent, and PROC  MODEL continues with
the SUR estimation of parameters.  If the user isn’t getting this warning
message for a known deficient matrix then something else is going on "

He also requested that he would be happy to look at your code and data if you wouldn't mind providing and example of the issue. - Ken

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1673 views
  • 0 likes
  • 2 in conversation