Displaying 1 result from an estimated 1 matches for "articifici".
Did you mean:
articifical
2007 May 27
2
Looking for the first observation within the month
...a frame
2007-05-21 10
2007-04-07 30
2007-03-05 10
or I am equally happy with just the vector c(10, 30, 10)
I am new to R and after going through the manuals and the
documentation I can gather, I have come up with a convoluted way of
doing it
1) I first get the Date into a vector. (I am articificially
reproducing this vector below and call it A)
> A<-c( as.Date("2007-05-23"), as.Date("2007-05-22"), as.Date
("2007-05-21"), as.Date("2007-04-10"), as.Date("2007-04-09"), as.Date
("2007-04-07"), as.Date("2007-03-05"...