BookmarkSubscribeRSS Feed
gradstudent
Calcite | Level 5

I am receiving an error message when trying to run a proc calis statement: The sample covariance or correlation matrix is not positive definite.

 

I'm unsure how to corrrect the issue.  Below is a screen shot of my code and error.  If anyone has any suggestions, I'd be willing to try them!  I'm wondering if the issue doesn't have to do with missing values in my variables.  But I'm a novice, and haven't ran a proc calis before.  Thanks in advance for any help!

2 REPLIES 2
SteveDenham
Jade | Level 19

I am not a PROC CALIS user, but whenever I see that a matrix is not positive definite, two things come to mind.  You have a complete dependence between two (or more) columns in the matrix, and either the model is overspecified or there is a linear dependence in the data.  Check for collinearity in your variables using PROC REG--if everything looks OK, then it is a model specification problem.  If there are majorly collinear variables, then try using just one of them (with adjustment to your path model, as needed).

 

Steve Denham

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!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 2379 views
  • 0 likes
  • 3 in conversation