search for: usd

Displaying 20 results from an estimated 465 matches for "usd".

Did you mean: used
2010 Apr 30
1
read.csv and blank character in object name of my data.frame
...t;ROBUSTA COFFEE (10) Jul/10 ", "ROBUSTA COFFEE (10) Jul/10 ", "ROBUSTA COFFEE (10) Jul/10 ", "ROBUSTA COFFEE (10) Jul/10 ", "ROBUSTA COFFEE (10) Jul/10 ", "ROBUSTA COFFEE (10) Jul/10 ", "SILVER May/10 ", "PRM HGH GD ALUMINIUM USD 09/07/10 ", "PRM HGH GD ALUMINIUM USD 09/07/10 ", "PRIMARY NICKEL USD 04/06/10 ", "PRIMARY NICKEL USD 04/06/10 ", "PRIMARY NICKEL USD 10/06/10 ", "PRIMARY NICKEL USD 10/06/10 ", "STANDARD LEAD USD 01/07/10 ", "STANDARD LEAD U...
2013 Dec 30
2
oom situation
...e+0x53/0x80 Dec 27 09:19:05 2013 kernel: : [277622.359211] [<c08f72ba>] sysenter_do_call+0x12/0x22 Dec 27 09:19:05 2013 kernel: : [277622.359213] Mem-Info: Dec 27 09:19:05 2013 kernel: : [277622.359215] DMA per-cpu: Dec 27 09:19:05 2013 kernel: : [277622.359218] CPU 0: hi: 0, btch: 1 usd: 0 Dec 27 09:19:05 2013 kernel: : [277622.359220] CPU 1: hi: 0, btch: 1 usd: 0 Dec 27 09:19:05 2013 kernel: : [277622.359222] CPU 2: hi: 0, btch: 1 usd: 0 Dec 27 09:19:05 2013 kernel: : [277622.359224] CPU 3: hi: 0, btch: 1 usd: 0 Dec 27 09:19:05 2013 kernel: : [2776...
2010 Apr 29
3
convert Factor as numeric
...er. Here is my df : Pose1 <- structure(list(DESCRIPTION = structure(c(1L, 2L, 3L, 4L, 5L, 8L), .Label = c(" SUGAR NO.11 May/10 ", "COTTON NO.2 May/10 ", "PLATINUM Jul/10 ", "ROBUSTA COFFEE (10) May/10 ", "WHEAT May/10 ", "PRIMARY NICKEL USD", "PRM HGH GD ALUMINIUM USD", "SPCL HIGH GRADE ZINC USD", "STANDARD LEAD USD"), class = "factor"), POSITION = c(5, 3, -1, 15, 4, 2), SETTLEMENT = structure(c(3L, 5L, 2L, 1L, 4L, 8L), .Label = c("1,353.0000", "1,739.4000", "16....
2013 Apr 03
4
Better way of writing R code
.../2013", "3/4/2013", "3/4/2013"), issue_date = c("27/11/2012", "9/12/2012", "14/01/2013", "28/02/2013"), maturity_date = c("27/04/2013", "3/5/2013", "14/6/2013", "28/06/2013"), currency = c("USD", "USD", "GBP", "SEK"), other_currency = c("EURO", "CAD", "CHF", "USD"), transaction = c("Buy", "Buy", "Sell", "Buy"), units_currency = c(100000, 25000, 150000, 40000), units_other_cur...
2008 Mar 20
3
Break up a data frame
Hi R users, I have a dataframe in the below format xyz 01/03/2007 15.25 USD xyz 01/04/2007 15.32 USD xyz 01/02/2008 23.22 USD abc 01/03/2007 45.2 EUR abc 01/04/2007 45.00 EUR abc 01/02/2008...
2010 Apr 23
3
substract start from the end of the vector
Dear group, Here is my df : df <- structure(list(DESCRIPTION = c("PRM HGH GD ALUMINIUM USD 09/07/10 ", "PRM HGH GD ALUMINIUM USD 09/07/10 ", "PRIMARY NICKEL USD 04/06/10 " ), CREATED.DATE = structure(c(18361, 18361, 18325), class = "Date"), QUANITY = c(-1L, 1L, 1L), CLOSING.PRICE = c("2,415.90", "2,415.90", "25,75...
2013 Feb 26
0
Dom0 OOM, page allocation failure
...30 kernel: [<ffffffff810781c0>] ? kthread_freezable_should_stop+0x70/0x70 kernel: [<ffffffff81575cec>] ret_from_fork+0x7c/0xb0 kernel: [<ffffffff810781c0>] ? kthread_freezable_should_stop+0x70/0x70 kernel: Mem-Info: kernel: Node 0 DMA per-cpu: kernel: CPU 0: hi: 0, btch: 1 usd: 0 kernel: CPU 1: hi: 0, btch: 1 usd: 0 kernel: CPU 2: hi: 0, btch: 1 usd: 0 kernel: CPU 3: hi: 0, btch: 1 usd: 0 kernel: CPU 4: hi: 0, btch: 1 usd: 0 kernel: CPU 5: hi: 0, btch: 1 usd: 0 kernel: CPU 6: hi: 0, btch: 1 usd: 0 kernel: CPU...
2013 Apr 16
3
Splitting the Elements of character vector
Dear R forum I have a data.frame df = data.frame(currency_type = c("EURO_o_n", "EURO_o_n", "EURO_1w", "EURO_1w", "USD_o_n", "USD_o_n", "USD_1w", "USD_1w"), rates = c(0.47, 0.475, 0.461, 0.464, 1.21, 1.19, 1.41, 1.43))   currency_type     rates 1      EURO_o_n   0.470 2      EURO_o_n   0.475 3       EURO_1w   0.461 4       EURO_1w   0.464 5       USD_o_n    1.210 6       USD_o_n ...
2010 Apr 15
1
sum rows in a data.frame...solution
...ry [mailto:arnaud.gaboury at gmail.com] Sent: Thursday, April 15, 2010 9:50 AM To: 'r-help at r-project.org' Subject: sum rows in a data.frame Dear group, Here is a data.frame, "lme": > lme DESCRIPTION CLOSING.PRICE POSITION 4 PRIMARY NICKEL USD 04/06/10 25,755.7100 0 5 PRIMARY NICKEL USD 10/06/10 25,760.8600 0 6 PRM HGH GD ALUMINIUM USD 09/07/10 2,415.9000 0 8 SPCL HIGH GRADE ZINC USD 06/07/10 2,420.1000 -1 9 SPCL HIGH GRADE ZINC USD 07/07/10 2,420.4100 -1 10 SPCL HIGH GRADE ZIN...
2013 Sep 23
6
btrfs: qgroup scan failed with -12
..._freezable_should_stop+0x43/0x43 [1878432.676881] [<ffffffff8137da2c>] ret_from_fork+0x7c/0xb0 [1878432.676950] [<ffffffff8104e465>] ? kthread_freezable_should_stop+0x43/0x43 [1878432.677004] Mem-Info: [1878432.678293] Node 0 DMA per-cpu: [1878432.678341] CPU 0: hi: 0, btch: 1 usd: 0 [1878432.678392] CPU 1: hi: 0, btch: 1 usd: 0 [1878432.678443] CPU 2: hi: 0, btch: 1 usd: 0 [1878432.678494] CPU 3: hi: 0, btch: 1 usd: 0 [1878432.678544] CPU 4: hi: 0, btch: 1 usd: 0 [1878432.678595] CPU 5: hi: 0, btch: 1 usd: 0 [1878432.67864...
2011 Jan 07
1
Currency return calculations
...urrency XYZ.   currency_rates <- data.frame(date = c("12/31/2010", "12/30/2010", "12/29/2010", "12/28/2010", "12/27/2010","12/24/2010", "12/23/2010", "12/22/2010", "12/21/2010", "12/20/2010"), USD  = c(112.05, 112.9, 110.85, 109.63, 108.08, 111.23, 112.49, 108.87, 109.33, 111.88), GBP  = c(171.52, 168.27,169.03, 169.64, 169.29, 169.47, 170.9, 168.69, 170.9, 169.96), EURO = c(42.71, 42.68, 41.86, 44.71, 44.14, 44.58, 41.07, 42.23, 44.55, 41.12), CHF  = c(41.5, 41.47, 42.84, 43.44, 43.69, 4...
2010 Apr 28
1
gsub,regex and replacing
...the data frame (df): DESCRIPTION prix quantity 1 CORN Jul/10 -1.5 0 2 CORN May/10 -1082.0 -3 3 ROBUSTA COFFEE (10) Jul/10 11084.0 8 4 SOYBEANS Jul/10 1983.5 2 5 SPCL HIGH GRADE ZINC USD Jul/10 -2464.0 -1 6 STANDARD LEAD USD Aug/10 -118.0 0 For each df$DESCRIPTION element containing "USD" I want to remove the last part of it(i.e Jul/10, or Aug/10...). I was thinking of something like that: >Df$DESCRIPTION<-gsub("USD","new name...
2014 Sep 02
1
samba_spnupdate invoked oom-killer
...[584564.942343] [<ffffffff8116d3df>] ? do_brk+0x21a/0x243 [584564.942347] [<ffffffff8105d2ff>] do_page_fault+0x22/0x27 [584564.942352] [<ffffffff81718e08>] page_fault+0x28/0x30 [584564.942354] Mem-Info: [584564.942356] DMA per-cpu: [584564.942359] CPU 0: hi: 0, btch: 1 usd: 0 [584564.942361] CPU 1: hi: 0, btch: 1 usd: 0 [584564.942363] CPU 2: hi: 0, btch: 1 usd: 0 [584564.942365] CPU 3: hi: 0, btch: 1 usd: 0 [584564.942367] CPU 4: hi: 0, btch: 1 usd: 0 [584564.942368] CPU 5: hi: 0, btch: 1 usd: 0 [584564.942370] CPU...
2010 May 11
1
merge two data frames
...Jul/10", "CORN May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "GOLD Jun/10", "HENRY HUB NATURAL GAS May/10", "ROBUSTA COFFEE (10) Jul/10", "SILVER May/10", "SOYBEANS Jul/10", "SPCL HIGH GRADE ZINC USD", "STANDARD LEAD USD", "SUGAR NO.11 Jul/10", "SUGAR NO.11 May/10", "WHEAT Jul/10", "WHEAT May/10"), class = "factor"), pl = c(4.75000000000003, -14, -1.5, 7.75, 3.74999999999999, 5.22500000000005, 21.6999999999998, -0.04900...
2011 Jan 07
1
Calculating Returns : (Extremely sorry for earlier incomplete mail)
...ze today about the way mail has been transmitted. I am again sending my complete mail through regular channel and sincerely apologize for the inconvenience caused. ## Here is my actual mail Dear R forum helpers, I have following data trans <- data.frame(currency = c("EURO", "USD", "USD", "GBP", "USD", "AUD"), position_amt = c(10000, 25000, 20000, 15000, 22000, 30000)) date <- c("12/31/2010", "12/30/2010", "12/29/2010", "12/28/2010", "12/27/2010", "12/24/2010", &quot...
2011 Jan 07
0
Odp: Currency return calculations
...t; wrote: From: Petr PIKAL <petr.pikal@precheza.cz> Subject: Odp: Currency return calculations To: "Amelia Vettori" <amelia_vettori@yahoo.co.nz> Cc: r-help@r-project.org Received: Friday, 7 January, 2011, 12:59 PM Hi What is wrong with my suggestion then. > rate1       USD    GBP  EURO   CHF    AUD 1  112.05 171.52 42.71 41.50 109.55 2  112.90 168.27 42.68 41.47 102.52 3  110.85 169.03 41.86 42.84 114.91 4  109.63 169.64 44.71 43.44 122.48 5  108.08 169.29 44.14 43.69 122.12 6  111.23 169.47 44.58 42.30 123.96 7  112.49 170.90 41.07 42.05 100.36 8  108.87 168.69 42.2...
2006 Mar 25
4
Rails PayPal and Currencies other than USD
Has anyone been able to make direct API calls to PayPal in currencies other than USD? I get an error message "The currency code submitted is not supported. Check the currency code and try again." I''m using the PayPal plugin for Rails. I can successfully transact in USD, but not AUD (Australian Dollars). Cheers, Dan
2013 Feb 08
1
GlusterFS OOM Issue
Hello, I am running GlusterFS version 3.2.7-2~bpo60+1 on Debian 6.0.6. Today, I have experienced a a glusterfs process cause the server to invoke oom_killer. How exactly would I go about investigating this and coming up with a fix? -- Steve King Network/Linux Engineer - AdSafe Media Cisco Certified Network Professional CompTIA Linux+ Certified Professional CompTIA A+ Certified Professional
2005 Nov 02
2
Bug report on get.hist.quote
> get.hist.quote(instrument="INR/USD", provider="oanda", start="2005-10-20") trying URL 'http://www.oanda.com/convert/fxhistory?lang=en&date1=10%2F20%2F2005&date=11%2F01%2F2005&date_fmt=us&exch=INR&exch2=&expr=USD&expr2=&margin_fixed=0&&SUBMIT=Get+Table&format=AS...
2007 Feb 13
2
Computing stats on common parts of multiple dataframes
Folks, I have three dataframes storing some information about two currency pairs, as follows: R> a EUR-USD NOK-SEK 1.23 1.33 1.22 1.43 1.26 1.42 1.24 1.50 1.21 1.36 1.26 1.60 1.29 1.44 1.25 1.36 1.27 1.39 1.23 1.48 1.22 1.26 1.24 1.29 1.27 1.57 1.21 1.55 1.23 1.35 1.25 1.41 1.25 1.30 1.23 1.11 1.28 1.37 1.27 1.23 R> b EUR-USD NOK-SEK 1.23 1.22 1.21 1.36 1.28 1.61 1.23 1.34 1.21 1.22 R> d EU...