Skip to content
Prev 8837 / 15274 Next

runMult instead of runSum

Hi,

How can I order this matrix ?

I have tried this

ret1=(ROC(mP, n=6, type='discrete')

tail(order(ret1[NROW(ret1)]))

ret1[NROW(ret1),4]
ret1[NROW(ret1),1]
ret1[NROW(ret1),3]
ret1[NROW(ret1),2]

but I only get the ordered the first part (AA,AXP,BA,BAC) of the matrix instead the hole matrix

any idea why ?

Have a great weekend

Martin
--