Search found 1 match
- Wed Sep 25, 2013 9:37 am
- Forum: Programming
- Topic: Can't pull out contents of an svector using {}
- Replies: 1
- Views: 1532
Can't pull out contents of an svector using {}
I'm trying to loop over the index of an svector and do some operations using series whose variable names are in each element of the svector. For example, if I was to try to take the log of every variable, if my series names are all stores in an svector called indvar: for !j = 1 to @rows(indvar) seri...
