Google News
logo
R - Interview Questions
What packages are used for data mining in R?
Some packages used for data mining in R :
 
data.table - provides fast reading of large files

rpart and caret -
for machine learning models.

Arules -
for associaltion rule learning.

GGplot -
provides varios data visualization plots.

tm -
to perform text mining.

Forecast -
provides functions for time series analysis
Advertisement