search for: 061585

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

Did you mean: 06155
2006 Dec 28
3
Dates in R
...ces or provide some code on dealing with this date issue. Basically, I have two vectors of values that represent dates. I want to convert these values into a date format and subtract the differences to show elapsed time in days. More specifically, here is the example: Date1 Date2 032398 061585 032398 061585 111694 101994 111694 101994 062695 021595 051898 111597 072495 040195 072495 040195 The dates are in the mmddyy format, but when I attempt to format these in R with the function, date.mmddyy(Date1), I get very odd results. Any help on this matter would be greatl...