How to calculate the determinant?
How to compute the determinant of PCOV after ols for example ols y x z / PCOV
add a comment
Try this:
ols Y X Z / cov=mycov pcov
matrix detcov=det(mycov)
print detcov
Asked: 2011-11-25 16:05:25 +0000
Seen: 2,303 times
Last updated: Nov 25 '11