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!
Thanks. I'll get the Corr matrix with SAS for a start.
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.
Thanks. I'll check the matrix for such variables.
@Rick_SAShad a blog post about this: https://blogs.sas.com/content/iml/2012/11/28/computing-the-nearest-correlation-matrix.html
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.
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!
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.
Ready to level-up your skills? Choose your own adventure.