Feb
28
Classifying Emails as Spam or Ham using RTextTools
Recently, I had read an article on R-bloggers, titled Classifying Breast Cancer as Benign or Malignent using RTextTools by Timothy P. Jurka, who is the author of both that article and the RTextTools package.
To Transform or Not To Transform
Many of the forecasting packages in R requires a time series that is covariance stationary. For those who are not familiar with this term, there is an excellent online textbook by Hyndman and Athanasopoulos, Forecasting: Principles and Practice. Click here to go directly to that chapter.
R is (Almost) Platform Independent
I write R scripts on both my laptop and desktop, so the main issue I have is making sure that the R scripts are updated on these devices.