RE: [R] strptime Usage

2003-12-01 Thread Prof Brian Ripley
On Mon, 1 Dec 2003, Ko-Kang Kevin Wang wrote: Thanks! On Wed, 26 Nov 2003, Gabor Grothendieck wrote: Date: Wed, 26 Nov 2003 00:34:11 -0500 (EST) From: Gabor Grothendieck [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [R] strptime Usage strptime

RE: [R] strptime Usage

2003-11-30 Thread Ko-Kang Kevin Wang
Thanks! On Wed, 26 Nov 2003, Gabor Grothendieck wrote: Date: Wed, 26 Nov 2003 00:34:11 -0500 (EST) From: Gabor Grothendieck [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [R] strptime Usage strptime takes a character input and produces a POSIXlt output so

[R] strptime Usage

2003-11-25 Thread Ko-Kang Kevin Wang
Hi, I have a column in a dataframe in the form of: as.vector(SLDATX[1:20]) [1] 1/6/1986 1/17/1986 2/2/1986 2/4/1986 2/4/1986 [6] 2/21/1986 3/6/1986 3/25/1986 4/6/1986 4/10/1986 [11] 4/23/1986 4/30/1986 5/8/1986 5/29/1986 6/15/1986 [16] 6/18/1986 6/23/1986 6/29/1986 7/16/1986 7/25/1986

Re: [R] strptime Usage

2003-11-25 Thread Jason Turner
Ko-Kang Kevin Wang wrote: Hi, I have a column in a dataframe in the form of: as.vector(SLDATX[1:20]) [1] 1/6/1986 1/17/1986 2/2/1986 2/4/1986 2/4/1986 [6] 2/21/1986 3/6/1986 3/25/1986 4/6/1986 4/10/1986 [11] 4/23/1986 4/30/1986 5/8/1986 5/29/1986 6/15/1986 [16] 6/18/1986 6/23/1986

RE: [R] strptime Usage

2003-11-25 Thread Gabor Grothendieck
] To: R Help [EMAIL PROTECTED] Subject: [R] strptime Usage Hi, I have a column in a dataframe in the form of: as.vector(SLDATX[1:20]) [1] 1/6/1986 1/17/1986 2/2/1986 2/4/1986 2/4/1986 [6] 2/21/1986 3/6/1986 3/25/1986 4/6/1986 4/10/1986 [11] 4/23/1986 4/30/1986 5/8/1986 5/29/1986 6/15/1986 [16] 6