Вы находитесь на странице: 1из 2

List of Packages

Area of Application Package Name


Default R Packages
datasets
utils
grDevices
graphics
stats
methods
Generic Packages
data.table
MASS
ISLR
dplyr
xlsx
Linear Regression stats
Ridge regression and Lasso glmnet
Time Series quantmod
forecast
Logistic Regression boot
K-nearest neighbour class
Decision Tree tree
Bagging and Random Forest randomForest
Naive Bayes Classification e1071
Distance Measures cluster
Clustering stats
DBSCAN fpc
Association Rule Mining arules
arulesViz
Support Vector Machines (SVM) e1071
Artificial Neural Networks (ANN) neuralnet
Description

The R Datasets package


The R utilities package
The R Graphics Devices and Support for Colours and Fonts
The R graphics package
The R stats package
Formal Method and Classes

Extension of data.frame
Support functions and Datasets for Venables and Ripley's MASS (Modern Applied Statistics with S)
Data for an Introduction to Statistical Learning with Applications in R
A grammar of Data Manipulation
Read, write, format Excel 2007 and Excel 97/2000/XP/2003 files
The R stats package, also contains linear model for Regression
Lasso and Elastic-Net Regularized Generalized Linear Models
Quantitative Financial Modelling Framework
Forecasting Functions for Time Series and Linear Models
Bootstrap Functions (Originally by Angelo Canty for S) cv.glm
Functions for Classification
Classification and Regression Trees
Breiman and Cutler's Random Forests for Classification and Regression
Misc Functions of the Department of Statistics, Probability Theory Group (Formerly: E1071), TU Wien
"Finding Groups in Data": Cluster Analysis Extended Rousseeuw et al.
K-means clustering and hierarchical clustering
Flexible Procedures for Clustering
Mining Association Rules and Frequent Itemsets
Visualizing Association Rules and Frequent Itemsets
Misc Functions of the Department of Statistics, Probability Theory Group (Formerly: E1071), TU Wien
Training of Neural Networks

Вам также может понравиться