Skip to content
Prev 211252 / 398500 Next

Problem with strptime generating missing values where none appear to exist

What happens if you do all that NA checking on dob  *before* 
subtracting 100 from dob$year?

What happens if you use difftime() before subtracting the 100?

Do you get any NAs if you convert dob to POSIXct?

(these are just investigative ideas, obviously)

-Don
At 6:26 PM +0000 2/23/10, Jonathan Williams wrote: