During the eRum 2016, Adam Zagdański gave a very good tutorial about time series modeling. Among other things I’ve learned that the forecast package (created by Rob Hyndman) got cool new plots based on the ggplot2 package.
Let’s use it to play with mailbox statistics for my gmail account!
1. Get the data
Follow this link to download the data from your gmail account as a single mbox file.
It may be large (15GB in my case), but for further steps it’s enough to keep only headers. grep + cat
will do the job.
Czytaj dalej ggmail + forecast = how many emails I will get tomorrow?