How do I delete the zeros in the matrix; THis matrix is in proc iml
The matrix name in InverseC.
You can use the REMOVE function or use LOC and indexing. See Remove or keep: Which is faster? - The DO Loop for examples and comparison.
View solution in original post
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates