Data analysis and modeling in R: a crash course
Let’s pretend you recently installed R (a software to do statistical computing), you have a text collection you would like to analyze or classify and some time to lose. Here are a few quick commands that could get you a little further. I also write this kind of cheat sheet in order to remember a set of useful tricks and packages I recently gathered and from which I thought they could help others too.
Letter frequencies
In this example I will use a series of characteristics (or features) extracted from a text collection, more precisely the frequency of each …
more ...