search for: totalpredicted2008

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

2008 Aug 08
1
write.csv writing the "index"
I have a simple command to export a data.frame: write.csv(output, "TotalPredicted2008.dat") The structure of the data.frame can be seen with: > head(output) DayOfYear Sales 1 1 1429 2 2 3952 3 3 3049 4 4 2844 5 5 2219 6 6 2340 But it seems that the index is getting written out to the file. The first few lines look li...