You can try to check whether the matrix is singular or not the following way:
matrix mtemp = eq1.@coefcov
if mtemp(1,1) <> NA then
...
else
...
endif
Search found 1 match
- Thu Feb 11, 2010 11:42 am
- Forum: Programming
- Topic: Multiple Regression Near Singular Matrix
- Replies: 4
- Views: 6662
