search for: prev_tenor

Displaying 3 results from an estimated 3 matches for "prev_tenor".

2013 Apr 23
0
Error with function
...abels can be anything and need not be 15. Also, df need not be consisting of only 4 record. Basically, I can't HARD CODE anything. In df, first tenor is 2w. So I need to define a previous tenor as "1w" and nest tenor as "1m" i.e. I need the output > df_new    tran tenor prev_tenor nxt_tenor 1 tran1    2w         1w        1m 2 tran2    1m         2w        2m 3 tran3    7m         6m        8m 4 tran4    3m         2m        4m # _______________________________________ # I have two special cases also. If the tenor is "o_n" or "12m" i.e. extremes, I need...
2013 Apr 23
0
Fw: Error with function - USING library(plyr)
...abels can be anything and need not be 15. Also, df need not be consisting of only 4 record. Basically, I can't HARD CODE anything. In df, first tenor is 2w. So I need to define a previous tenor as "1w" and nest tenor as "1m" i.e. I need the output > df_new    tran tenor prev_tenor nxt_tenor 1 tran1    2w         1w        1m 2 tran2    1m         2w        2m 3 tran3    7m         6m        8m 4 tran4    3m         2m        4m # _______________________________________ # I have two special cases also. If the tenor is "o_n" or "12m" i.e. extremes, I need...
2013 Apr 23
0
Fw: " PROBLEM SOLVED" - Error with function
...abels can be anything and need not be 15. Also, df need not be consisting of only 4 record. Basically, I can't HARD CODE anything. In df, first tenor is 2w. So I need to define a previous tenor as "1w" and nest tenor as "1m" i.e. I need the output > df_new    tran tenor prev_tenor nxt_tenor 1 tran1    2w         1w        1m 2 tran2    1m         2w        2m 3 tran3    7m         6m        8m 4 tran4    3m         2m        4m # _______________________________________ # I have two special cases also. If the tenor is "o_n" or "12m" i.e. extremes, I need...