Free
Interpreted language
Designed for statistics
SAS (good for database management), SPSS (good for learning), Stata (commonly used among epidemiologists and economists), Python, Julia
| R | Python | |
|---|---|---|
| Users | Statisticians, Data Scientists | Developers, AI Experts |
| Strengthens | Data Visualization | Natural Language Processing |
| Image Recognition | ||
| Package Distribution | CRAN | PyPi |
https://cran.r-project.org/doc/manuals/r-release/R-admin.html
getwd()
setwd("d:/data")
1. CRAN (general packages)
2. Bioconductor (bioinformatics packages)
3. Github (developing packages)
install.packages("dplyr")