BookmarkSubscribeRSS Feed
kaodubela
Calcite | Level 5

Hey!

 

I want to do a path analysis with proc CALIS but I keep getting an error that my correlation matrix is not positive definite. 

 

Is there a way to make the matrix positive definite? Its a 43 x 43 lower diagonal matrix I generated from Excel. I don't want to go about removing the variables one by one because there are many of them, and that will take much time too.

 

Thanks!

 

 

6 REPLIES 6
Reeza
Super User
How did you calculate the correlation matrix? I would recommend doing it in SAS so your full process is reproducible.
kaodubela
Calcite | Level 5

Thanks. I'll get the Corr matrix with SAS for a start.

PaigeMiller
Diamond | Level 26

A correlation matrix can fail "positive definite" if it has some variables (or linear combinations of variables) with a perfect +1 or -1 correlation with another variable (or another linear combination of variables).

 

In that case, you would want to identify these perfect correlations and remove at least one variable from the analysis, as it is not needed.

--
Paige Miller
kaodubela
Calcite | Level 5

Thanks. I'll check the matrix for such variables. 

Rick_SAS
SAS Super FREQ

What does "Lower diagonal" mean?  A correlation matrix must be symmetric. If you don't have symmetry, you don't have a valid correlation matrix, so don't worry about positive definite until you've addressed the symmetry issue.

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 6 replies
  • 3145 views
  • 1 like
  • 5 in conversation