search for: mdy_dates

Displaying 1 result from an estimated 1 matches for "mdy_dates".

Did you mean: add_dates
2006 Jun 09
1
date.mdy in date package
...h output from date.mdy in the date package. Goal: to take a long vector of dates of the form "01/22/99" and extract values month="01", day="22", year="1999". I am providing the vector of class dates in the attached file to date.mdy: > mdy_dates<-date.mdy(trimmed_dates) The first few obs of the attached vector of dates are: 1 1/2/2003 2 1/3/2003 3 1/6/2003 4 1/7/2003 5 1/8/2003 6 1/9/2003 7 1/10/2003 8 1/13/2003 9 1/14/2003 I am expecting to get a list with vectors for the day,...