search for: mean_pd_per_day

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

2010 Jan 06
2
problem with strptime and 2010 dates
...#attach the file for ease of use names(work_table) = c( "cur_date", "week", "time_pct", "compl", "work_delta", "mean_delta", "balance", "total", "total_delta", "work", "index", "mean_pd_per_day") If I list the date element cur_date, I get: > work_table$cur_date [1] 8/17/2009 8/30/2009 9/6/2009 9/13/2009 9/20/2009 9/27/2009 [7] 10/4/2009 10/13/2009 10/20/2009 10/27/2009 11/3/2009 11/10/2009 [13] 11/17/2009 11/24/2009 12/2/2009 12/9/2009 12/16/2009 12/23/2009 [19] 12/30...