Summing columns using a wildcard
Posted: Tue Aug 18, 2009 1:21 pm
Is there anyway I can create a new series that is the sum of a collection of series, where the collection is specified with a wildcard? For example:
series x = sum(*_commonsuffix)
Here I want make x equal to the sum of all series ending in _commonsuffix.
Thanks.
series x = sum(*_commonsuffix)
Here I want make x equal to the sum of all series ending in _commonsuffix.
Thanks.