search for: ratea

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

Did you mean: rate
2010 Feb 10
4
Readjusting the OUTPUT csv file
...**** My R code ******************************************************************   ## Actualy I am dealing with more than 3 variables i.e. rates and thus my names are different in actual code.   ## Beginning of a R code   ## FUNCTION NO. 3   library(reshape) no_rate = 3   combi_3 = function(n, N, rateA, rate_name1, rateA_rf1, rateA_rf2, rateA_rf3, rateAprob1, rateAprob2, rateAprob3,                            rateB, rate_name2, rateB_rf1, rateB_rf2, rateB_rf3, rateBprob1, rateBprob2, rateBprob3,          rateC, rate_name3, rateC_rf1, rateC_rf2, rateC_rf3, rateCprob1, rateCprob2, rateCprob3)   {  ...