Monday, March 7, 2016

A list of useful R package !

Here you go :
  1. sqldf (for selecting from data frames using SQL)
  2. forecast (for easy forecasting of time series)
  3. plyr (data aggregation)
  4. stringr (string manipulation)
  5. Database connection packages RPostgreSQL, RMYSQL, RMongo, RODBC, RSQLite
  6. lubridate (time and date manipulation)
  7. ggplot2 (data visulization)
  8. qcc (statistical quality control and QC charts)
  9. reshape2 (data restructuring)
  10. randomForest (random forest predictive models)
  11. xgboost (Extreme Gradient Boosting)
  12. RHadoop (Connect R with Hadoop)
And don't forget http://statmethods.net/ !

1 comment:

Unknown said...

Hi Uncle Max, May I add this package data.table. It is optimized for data manipulation. Give it a try, you won't regret it.

the link is https://cran.r-project.org/web/packages/data.table/index.html