[R-SIG-Finance] xts timeBasedSeq

Tom Clifford tjclifford at yahoo.com
Wed Dec 23 19:22:30 CET 2015


Rod, if you're looking to get a sequence of incrementing minutes, you can use

timeBasedSeq("20080101 0830/M", length.out = 100)

this will give you:

 [1] "2008-01-01 08:30:00 EST" "2008-01-01 08:31:00 EST" "2008-01-01 08:32:00 EST" "2008-01-01 08:33:00 EST"
 [5] "2008-01-01 08:34:00 EST" "2008-01-01 08:35:00 EST" "2008-01-01 08:36:00 EST" "2008-01-01 08:37:00 EST"
 [9] "2008-01-01 08:38:00 EST" "2008-01-01 08:39:00 EST" "2008-01-01 08:40:00 EST" "2008-01-01 08:41:00 EST"

.....


[93] "2008-01-01 10:02:00 EST" "2008-01-01 10:03:00 EST" "2008-01-01 10:04:00 EST" "2008-01-01 10:05:00 EST"
[97] "2008-01-01 10:06:00 EST" "2008-01-01 10:07:00 EST" "2008-01-01 10:08:00 EST" "2008-01-01 10:09:00 EST" Tom Clifford Northwood Univ MBA '13 Lansing, Michigan 48912 tjclifford at yahoo.com
 

      From: Rods <uchiharj at gmail.com>
 To: r-sig-finance at r-project.org 
 Sent: Tuesday, December 22, 2015 7:02 PM
 Subject: [R-SIG-Finance] xts timeBasedSeq
   
Hi,

I'm trying to make a time sequence using the length.out argument but it
just outputs a list without the sequence. I'm just running the example
shown in the xts package:

timeBasedSeq('20080101 0830',length=100)

Is there something wrong with my installation?

Thanks in advance,
Rod

    [[alternative HTML version deleted]]

_______________________________________________
R-SIG-Finance at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should go.


  
	[[alternative HTML version deleted]]



More information about the R-SIG-Finance mailing list