search for: work_delta

Displaying 2 results from an estimated 2 matches for "work_delta".

Did you mean: work_data
2010 Jan 06
2
problem with strptime and 2010 dates
...ork_table = read.table(datafilename,header=TRUE) #read the data file attach(work_table) #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/20...
2009 Sep 23
1
percent data being treated as categorical
I have the following data exported as a .txt file on Windows. Everything is working fine, except that the the data in the 10th column is treated as a factor. Date Week Time Completed Work_Delta Mean_Delta Balance Total Total_Delta Work Index Open_Bugs Bug_Delta Bug_Delta2 8/17/2009 4 11.8% 64 64 16 611 675 675 9.5% 0.81 333 31 -31 8/30/2009 6 17.6% 104 40 20 801 905 230 11.5% 0.65 269 32 -32 9/6/2009 7 20.6% 136 32 32 815 951 46 14.3% 0.69 265 4 -4 9/13/2009 8 23.5% 168 32 32 789 957 6 17...