search for: newrates

Displaying 4 results from an estimated 4 matches for "newrates".

Did you mean: newrate
2009 Dec 26
1
Reading Input file
Dear R helpers   I have some files in my say 'WORK' directory and the file names are say rate1.csv, rate2.csv, rate3.csv, rate4.csv   Because of some other requirement, I need to run the following commands   n = 4    rates = NULL   for (i in 1:n) rates[i] = (paste(`rate', i, ‘.csv`, sep = ‘’))   # this gives me "rate1.csv" "rate2.csv" and so on   #My problem is
2005 Mar 21
1
ASTCC: perl / mysql or me???
...t; print STDERR "2.d quiet = $quiet\n"; vpbx:/var/lib/asterisk/agi-bin # What happens is, when I use the $TARIFF=routes (what was the original name) it works! If I use the new table name I had added to the database, than it does not work! The database has both tables routes and newrates. With "routes" I get: You have so much money, .... your call cost .... With "newrates" I get: You have so much money left, I am sorry that is not a recognized number I created the newrates table via mysqldump, changed table name everywhere and changed the rate, inserted the...
2009 Dec 28
2
Modified R Code
Dear R helpers,   I have following input files. (Actually they are more than 10 rates but here i am considering only 2 rates to write my problem)   rate1.csv min1        max1            min2          max2          min3           max3 1.05        1.30               1.30          1.65             1.65          1.99   rate2.csv min1        max1            min2          max2          min3          
2002 Feb 08
3
Plotting multiple columns on same graph
I'd like to produce a series of simple line graphs for my methods class that show the three questions used on a repeated survey to make up a particular index. The data frame is: > efficacy.df year complicated havesay dontcare 1 1952 71 68 63 2 1954 NA NA NA 3 1956 64 71 71 4 1958 NA NA NA 5 1960