r語言編程基礎
Learn the R programming language in this course from Barton Poulson of datalab.cc. This is a hands-on overview of the statistical programming language R, one of the most important tools in data science.
從datalab.cc的 Barton Poulson學習本課程中的R編程語言。 這是統計編程語言R的動手概述,R是數據科學中最重要的工具之一。
The course covers:
該課程涵蓋:
- Installing R 安裝R
- RStudio RStudio
- Packages 配套
- plot() 情節()
- Bar Charts 條形圖
- Histograms 直方圖
- Scatterplots 散點圖
- Overlaying Plots 疊加圖
- summary() 摘要()
- describe() 描述()
- Selecting Cases 選擇案例
- Data Formats 資料格式
- Factors 因素
- Entering Data 輸入數據
- Importing Data 匯入資料
- Hierarchical Clustering 層次聚類
- Principal Components 主要成分
- Regression 回歸
- Next Steps 下一步
You can watch the full video course on the freeCodeCamp.org YouTube channel (2 hour watch).
您可以在freeCodeCamp.org YouTube頻道上觀看完整的視頻課程(觀看2小時)。
翻譯自: https://www.freecodecamp.org/news/r-programming-course/
r語言編程基礎