forked from Seike1223/lecture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.Rmd
69 lines (37 loc) · 1.13 KB
/
resources.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
title: "學習資源 Learning Resources"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
-------
## 線上教材
### R 基本語法
- [曾意儒-資料科學與 R 語言](http://yijutseng.github.io/DataScienceRBook/index.html).
- [郭耀仁-認識 R 的美好](https://bookdown.org/tonykuoyj/eloquentr/)
- DataCamp
### 語言、文本分析與資料科學
- [語言分析與資料科學](https://www.gitbook.com/book/loperntu/ladsbook/details)
- [開放語料庫:製程與分析](https://www.gitbook.com/book/loperntu/copens/details)
### 數學先修
-----
## 線上課程
-----
## 專門套件
### R
- Importing data : `readr`
- Representing tables: `tibble`
- Reformatting tables: `tidyr`
- Manipulating data frames: `dplyr`
- Pipelines: `magrittr`
- Working with strings: `stringr`
- Working with factors: `forcats`
- Working with dates: `lubridate`
- Working with models: `broom` and `modelr`
- Functional programming: `purrr`
### Corpus and text mining
### Machine Learning
----
## 必備小抄
[RStudio cheat sheet](https://www.rstudio.com/resources/cheatsheets/)