Re: [R] Time and xts

2011-01-18 Thread rnick
Hi all, Gabor came up with a very nice of code for my request: Lines - DateTimeOpenHighLow Close 1/2/200517:05 1.3546 1.3553 1.3546 1.35495 1/2/200517:10 1.3553 1.3556 1.3549 1.35525 1/2/200517:15 1.3556 1.35565 1.35515 1.3553 1/2/2005

[R] Time and xts

2011-01-16 Thread rnick
Hi all, I have run into a problem and some help would be highly appreciated. I have a .csv with the following columns: DateTimeOpenHighLow Close 1/2/200517:05 1.3546 1.3553 1.3546 1.35495 1/2/200517:10 1.3553 1.3556 1.3549 1.35525 1/2/2005

[R] How to combine Date and time in one column

2010-11-21 Thread rnick
Hello everyone, I am trying to built an xts object and i have run into some problems on the data handling. I would really appreciate if someone could help me with the following: 1) I have a OHLC dataset with Time and date in different columns. How could i combine date and time in one column in

Re: [R] Simple Function

2010-11-11 Thread rnick
Thanks! It worked fine. -- View this message in context: http://r.789695.n4.nabble.com/Simple-Function-tp3035585p3038017.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

[R] Simple Function

2010-11-09 Thread rnick
Hi guys, Very new to R and your help would be highly appreciated for the following problem. I am trying to create a simple function which registers values within an array through a for loop. These are the steps I have followed: 1) Declared 2 global matrices 2) Create function mat() with i as

[R] Simple Function

2010-11-09 Thread rnick
Hi guys, Very new to R and your help would be highly appreciated for the following problem. I am trying to create a simple function which registers values within an array through a for loop. These are the steps I have followed: 1) Declared 2 global matrices 2) Create function mat() with i as an