search for: total_

Displaying 2 results from an estimated 2 matches for "total_".

Did you mean: total
2016 May 17
3
CentosPlus
On Tue, May 17, 2016 at 3:04 PM, <cpolish at surewest.net> wrote: > On 2016-05-17 12:09, jd1008 wrote: >> Has anybody enabled this repo? >> I understand that it can really mess up updates and upgrades >> as the dependencies are rather different. > > I've had the CentOSPlus repository enabled for CentOS6 for more > than a year with no problems. I don't
2013 Apr 29
2
Adding elements in data.frame subsets and also subtracting an element from the rest elements in data.frame
...426.6407 43     UVWXYZ  4   808000  676427.7274 44     UVWXYZ  5     8000    7427.1225 45     UVWXYZ  5   808000  676532.6262 # =============================================== # My PROBLEM For a given instrument and id, I need the totals of cashflow and cashflows_pv  and also the difference of (total_cashflow_pv pertaining to the first ID for the given instrument from total_cashflow_pv for the same instrument) as shown in the fourth column of following output. output    instrument id   total_cashflow   total_cashflow_pv 1         ABC  1         515000         440571.02 2         ABC  2        ...