非常好用的一个包#
这是一个R包实现的交互教程。
用来学习R语言,及其统计相关课程的。
step 1.安装包#
1 | install.packages("swirl") |
step 2. 你好!#
加载包,并运行swirl()
函数,然后我们就学习->练习->学习->练习
,并且是互动的,好比调戏siri一般,还把R
给学了。
1 | > require(swirl) # 等价 library('swirl') |
首先它会问你怎么称呼,我告诉它我叫 wukong
。然后它会问我想干嘛:
1 | | Thanks, wukong. Let's cover a couple of quick housekeeping items before we begin |
我选3, 开始吧。
step 3. 选课#
首先我们要选课,好几个课可以选。
1 | | To begin, you must install a course. I can install a course for you from the |
在这里给大家解释一下课程
1: R Programming: The basics of programming in R -> R编程基础
2: Regression Models: The basics of regression modeling in R -> 回归模型
3: Statistical Inference: The basics of statistical inference in R -> 统计推断
4: Exploratory Data Analysis: The basics of exploring data in R -> 数据分析
5: Don’t install anything for me. I’ll do it myself.
既然是新手的话,那我们就选择1,R编程,于是它就会 开始下载 相关课程
step 4. 上课#
1 | Selection: 1 |
step 5.帮助提示#
给你们一个常用函数提示
1 | | You can exit swirl and return to the R prompt (>) at any time by pressing the Esc |
R的话,不太像python,希望我们能一起学好吧!