BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
desireatem
Pyrite | Level 9

How do I delete the zeros in the matrix; THis matrix is in proc iml

The matrix name in InverseC.

0
0
1.1447811
0
0
0
0
0
0
0
0
0
0
0
0
4.3174603
0
0
0
0
1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

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

1 REPLY 1
Rick_SAS
SAS Super FREQ

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.