search for: eur

Displaying 20 results from an estimated 242 matches for "eur".

Did you mean: err
2008 Mar 20
3
Break up a data frame
...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 68.33 EUR I want to change the above data into the below format xyz 01/03/2007 15.25 USD abc 01/03/2007 45.2...
2012 Jan 19
8
sumarizar
*Hola!!! resulta que tengo unos datos de divisas ordenados por fechas (días) los que he convertido a formato tipo YYYY-MM-DD donde DD siempre es 01:* * * * EUR.resto$date<-as.Date(EUR.resto$date) EUR.resto$mo <- substr(EUR.resto$date,6,7) EUR.resto$yr <- substr(EUR.resto$date, 1,4) EUR.resto$month<-paste(''01-'',EUR.resto$mo,''-'',EUR.resto$yr,sep='''') EUR.resto$month<-as.Date(EUR.resto$mo...
2009 Aug 17
4
number in R
...export data from an csv file like this :  Data <- read.csv2("c:/Art.csv",sep=",") # import data into R > Data <- Data [1:5,1:5]# extracting the first 5 rows and columns > Data   Policy.Number AXA.Entity Country LoB ccy.data 1         6e+13        BNL     BNL   P      EUR 2         6e+13        USA     BNL   P      EUR 3         6e+13         UK     BNL   E      EUR 4         6e+13        USA     BNL   P      EUR 5         6e+13          I     BNL   E      EUR and i want to have in the first column the number 60000000000000 without using e +13??? someone has an i...
2012 Jun 10
2
problem with sub()
Dear R users: I want to convert some character vectors into numeric vectors. > head(price) [1] "15450 EUR" "7900 EUR" "13800 EUR" "3990 EUR" "4500 EUR" [6] "4250 EUR" >head(mileage) [1] "21000?km" "119000?km" "36600?km" "92000?km" "140200?km" [6] "90000?km" in the first example...
2007 Apr 16
1
Names in vector occurring in another vector
I have a vector of character strings such as mainnames<-c("CAD","AUD") and another vector say checknames<-c("CAD.l1","AUD.l1","JPY.l1","EUR.l1","CAD.l2","AUD.l2","JPY .l2","EUR.l2") I want a new vector of character strings that is just resultnames<-c("JPY.l1","EUR.l1","JPY.l2","EUR.l2") Because any time a name occurs in checknames that has a subse...
2003 Mar 25
4
R software for Hastie book
...an be downloaded from the website of the book Elements of Statistical Learning by Hastie, Tibshirani and Friedman? Rob Potharst -- ********************************************************** Dr. Rob Potharst Lecturer in Computer Science Erasmus University email: potharst at few.eur.nl P.O. Box 1738 phone: +31.10.408.1343 3000 DR Rotterdam fax: +31.10.408.9167 the Netherlands home: +31.20.463.6694 homepage: http://www.few.eur.nl/few/people/potharst/
2009 Aug 18
1
number 6 e+13
...export data from an csv file like this :  Data <- read.csv2("c:/Art.csv",sep=",") # import data into R > Data <- Data [1:5,1:5]# extracting the first 5 rows and columns > Data   Policy.Number AXA.Entity Country LoB ccy.data 1         6e+13        BNL     BNL   P      EUR 2         6e+13        USA     BNL   P      EUR 3         6e+13         UK     BNL   E      EUR 4         6e+13        USA     BNL   P      EUR 5         6e+13          I     BNL   E      EUR and i want to have in the first column the number 60000000000000 without using e +13??? someone has an i...
2004 Jul 09
0
LARTC related talks at Swiss Unix Conference 2004
...ons and discussions. o Bulletin Boards with latest programme schedules and job offers. Conference Fees ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Early Bird Registrations (Before August 9): Regular Association* Student/Unemployed 1 Day CHF 50/EUR 33 CHF 40/EUR 26 CHF 30/EUR 20 3 Days CHF 90/EUR 59 CHF 70/EUR 46 CHF 50/EUR 33 Regular Registrations (After August 9): Regular Association* Student/Unemployed 1 Day CHF 80/EUR 53 CHF 60/EUR 39 CHF 50/EUR 33 3 Days CHF 150/EUR 99 CHF 100/EU...
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...
2006 Apr 06
0
calculating similarity/distance among hierarchically classified items
...ata looks like that below, where the last two variables (ITEMFORM and ITEMCONTENT) are each a ';' separated list of codes assigned to each item. The items are identified by the KEY variable. (Other fields are ignored here.) KEY,YEAR,WHERE,CONTENT,FORM,ITEMFORM,ITEMCONTENT 1782Fourcroy,1782,Eur,Hdem,Stats,F5;F5K;F5N;F5N1,C8;C82 1785Crome,1785,Eur,Pdem,Stats,F5;F5N;F5N1,C7 1786Playfair,1786,Eur,Hdem,Stats,F6;F68;F69;F61;F62,C3;C32;C321;C323 1787Chladni,1787,Eur,Other,Other,F5;F55;FH;FD;FD3,C9;C95 1794Buxton,1794,Eur,Other,Tech,F3;F31;F7;F72;F722,C9;C9A 1795Pouchet,1795,Eur,Math,Stats,F5;F5...
2011 Mar 15
2
graph lines don;t appear
...d grid appears in correct position, but the actual data are not there.... Can somebody provide me a hint what is missing? The code is: pln <- read.table(file="PLN.txt", header=TRUE, dec=",") par(mfrow=c(1,2)) plot(pln[,1], type="l", lwd="2", ylab="EUR/PLN", xlab=NULL, xlim = c(1993, 2011), ylim = c(2, 5), panel.first = grid(nx=NULL, ny=NULL)) plot(log(pln[,1]), type="l", ylab="EUR/PLN", xlab=NULL, xlim = c(1993, 2011), panel.first = grid(equilogs = FALSE)) Cheers. Sara [[alternative HTML version deleted]]
2009 Mar 03
1
zoo and coredata() classes
...t I havent been able to find a satisfactory workaround yet. Heres a simple example of what I'm talking about (the following data frame contains numeric columns that contains NAs): > head(ebs) time src tstamp code bid ask 1 2009-03-03 13:03:29.536 perf.Tib_listener 14980321164 EBS.REC.EURJPY=EBS.NaE 123.48 NA 2 2009-03-03 13:03:29.786 perf.FilteringPublisher 14980565658 EUR.JPY.SPOT 123.48 123.51 3 2009-03-03 13:03:29.786 perf.Tib_listener 14980566116 EBS.REC.EURJPY=EBS.NaE NA 123.51 4 2009-03-03 13:03:30.036 perf.FilteringPublisher 14980824852 EUR.JPY.SPOT 123.49 123.50 5 200...
2015 Feb 02
0
POSLOVNI E-IMENIK, OSIGURAJTE SI SVOGA za 70 eur.
Your email client cannot read this email. To view it online, please go here: http://obvestila.bizidan.com/display.php?M=272287&C=9501c1f306f9ce4b2d530d28eb764580&S=217&L=5&N=228 To stop receiving these emails:http://obvestila.bizidan.com/unsubscribe.php?M=272287&C=9501c1f306f9ce4b2d530d28eb764580&L=5&N=217 -------------- next part -------------- An HTML attachment was
2015 Feb 20
0
POSLOVNI E-IMENIK, OSIGURAJTE SI SVOGA za 70 eur.
Your email client cannot read this email. To view it online, please go here: http://obvestila.bizidan.com/display.php?M=272287&C=9501c1f306f9ce4b2d530d28eb764580&S=220&L=5&N=232 To stop receiving these emails:http://obvestila.bizidan.com/unsubscribe.php?M=272287&C=9501c1f306f9ce4b2d530d28eb764580&L=5&N=220 -------------- next part -------------- An HTML attachment was
2015 Apr 24
0
POSLOVNI KONTAKTI ZA STRANE DRŽAVE, OSIGURAJTE SI SVOGA za 70 eur.
Your email client cannot read this email. To view it online, please go here: http://obvestila.bizidan.com/display.php?M=272287&C=9501c1f306f9ce4b2d530d28eb764580&S=246&L=5&N=259 To stop receiving these emails:http://obvestila.bizidan.com/unsubscribe.php?M=272287&C=9501c1f306f9ce4b2d530d28eb764580&L=5&N=246 -------------- next part -------------- An HTML attachment was
2015 May 14
0
POSLOVNI KONTAKTI ZA STRANE DRŽAVE, OSIGURAJTE SI SVOGA za 70 eur.
Your email client cannot read this email. To view it online, please go here: http://obvestila.bizidan.com/display.php?M=272287&C=9501c1f306f9ce4b2d530d28eb764580&S=255&L=5&N=268 To stop receiving these emails:http://obvestila.bizidan.com/unsubscribe.php?M=272287&C=9501c1f306f9ce4b2d530d28eb764580&L=5&N=255 -------------- next part -------------- An HTML attachment was
2008 Sep 02
1
R Newbie: quantmod and zoo: Warning in rbind.zoo(...) : column names differ
...e index/first column is null. I write these data in a file and read it again using read.zoo; when I try to append to these data (using one more call to getSymbols) it throws this warning message. <code> library("quantmod") options(warn = 1) part1<-getSymbols(Symbols="USD/EUR", src="oanda", from="2008-01-01", to="2008-01-10", auto.assign=F, return.class="zoo") print(dimnames(part1)) write.zoo(part1,"USDEUR", col.names=T) # writes as part2 <- read.zoo("USDEUR", header=T) print (dimnames(part2)) # diname...
2003 Nov 14
1
What goodness-of-fit measure for robust regression ?
...umentation (Fox, Ripley and Venables)? ii.If such measure exist for robust regression, how could I implement it in R, and what about their comparability with traditionnal R2 of linear model ? Best regards A lot of thank to anyone that could give me some light. Vincent ********** L'ADSL A 20 EUR/MOIS********** Avec Tiscali, l'ADSL est ? 20 EUR/mois. Vous pourrez chercher longtemps avant de trouver moins cher ! Pour profiter de cette offre exceptionnelle, cliquez ici : http://register.tiscali.fr/adsl/ Offre soumise ? conditions.
2005 Jun 21
4
Grandstream 100 pricing question
Hi All, I can get Grandstream 100 SIP phones for EUR 75. I'm not sure about the pricing for these in Europe, so I'd like to hear from people here whether that is a reasonable price for them? TIA & BRgds -- Francesco Peeters ---- GPG Key = AA69 E7C6 1D8A F148 160C D5C4 9943 6E38 D5E3 7704 If your program doesn't recognize my signat...
2007 May 23
1
I made some progress on my previous "systemfit" question but still not quite there
Surprisingly, I played around with some test code and below actually creates equations that look correct. tempmat<-matrix(10,nrow=6,ncol=6) restrictmat<-diag(6) colnames(tempmat)<-c("AUD.l1","CHF.l1","CAD.l1","GBP.l1","EUR.l1","JPY.l 1") rownames(tempmat)<-c("AUD","CHF","CAD","GBP","EUR","JPY") eqn<-list() for ( i in 1:6 ) { datares <- tempmat[, which(restrictmat[i, ] == 1),drop=FALSE] eqn[[i]]<-paste(rownames(tempmat)[i],"...