how to use @ranks argument?
Posted: Wed Jul 13, 2011 11:56 am
Hi.
I am using @ranks to convert a group of series to ranked scores. The @ranks function has descend as default method for ranking.
How can I use the ascend method for ranking?
I tried the argument below but it doesn't work.
rowvector r2=@ranks(r1, d)
or
rowvector r2=@ranks(r1 [d])
I am using @ranks to convert a group of series to ranked scores. The @ranks function has descend as default method for ranking.
How can I use the ascend method for ranking?
I tried the argument below but it doesn't work.
rowvector r2=@ranks(r1, d)
or
rowvector r2=@ranks(r1 [d])