Task1.1 初識R語言
1 課程內(nèi)容
R語言是什么
[百度百科] R是用于統(tǒng)計(jì)分析、繪圖的語言和操作環(huán)境。它是一個自由、免費(fèi)、源代碼開放的軟件,是集統(tǒng)計(jì)計(jì)算與統(tǒng)計(jì)圖示兩種功能于一身的優(yōu)秀工具。
[Wikipedia] R is a programming language and free software environment for statistical computing and graphics supported by the R Core Team and the R Foundation for Statistical Computing.It is widely used among statisticians and data miners for developing statistical software and data analysis.
R的獲取和安裝
- Step1:登陸R語言官方網(wǎng)站 https://www.r-project.org,點(diǎn)擊download R。
- Step 2:在彈出的鏡像頁面選擇China下的一個鏡像即可
- Step 3:根據(jù)電腦的操作系統(tǒng)選擇download
RStudio
RStudio是一個R語言的集成開發(fā)環(huán)境(IDE)將工作所需的代碼編輯器、編譯器、調(diào)試器等工具都集成在一個界面環(huán)境下。(先裝R再裝RStudio)
R包
R包(R package)是一個把R函數(shù)、數(shù)據(jù)、預(yù)編譯代碼以一種定義完善的格式組成在一起的集合
R包的排名:
R包的安裝在前幾篇筆記里有介紹
推薦資料
1 R語言實(shí)踐
2 R語言 從數(shù)據(jù)思維到數(shù)據(jù)實(shí)戰(zhàn)
3 現(xiàn)代統(tǒng)計(jì)圖形
4 狗熊會公眾號
2 課后練習(xí)

作業(yè)