Hello I'm looking to display the cholesky covariance - correlation matrix from a logistic model
error: matrix not positive definite r(506); Then I attempted to use - matselrc (Stata Journal; Nick Cox) However, apparetnyl this has been marked as historical What is the alternative ?
Code:
pwcorr mpg price rep78 //attempt 2 reg price mpg foreign matrix cv=cholesky(e(V))

Comment