search for: newts2

Displaying 1 result from an estimated 1 matches for "newts2".

Did you mean: newt2
2009 Apr 03
1
how to do this "the R way"
...lt;x<8} (where Z is the set of Integers). Then I also have a 5050 x 7 matrix called 'perm' whose entries are also from the set {x: x is in Z and 0<x<8} I want to construct the following transformation of TS2 which will still be a vector of size 1 x 2000 and which I will call 'newTS2' such that: newTS2 =(perm[100.TS2[1]]. perm[100.TS2[2]]. perm[100.TS2[3]]. ... , perm[100.TS2[2000]]) Is there a nice way to do this without a loop? Thank you. -- View this message in context: http://www.nabble.com/how-to-do-this-%22the-R-way%22-tp22864354p22864354.html Sent from the R he...