KOSSDA Introduction to R
1
Prerequisites
2
Basic programming in R
2.1
R 문법의 기초
Communicating in R language
2.2
데이터 유형
Data type
2.2.1
숫자형 데이터(numeric)
2.2.2
문자형 데이터(character/string/text)
2.2.3
날짜형 데이터
as.Date()
2.2.4
논리형 데이터(logical: TRUE or FALSE)
2.3
변수 유형
Variable type
2.4
데이터 구조
Data structure
2.4.1
벡터(Vector)
2.4.2
행렬(Matrix)
2.4.3
리스트(List)
2.4.4
데이터 프레임(Data Frame)
2.4.5
정리
2.5
R 패키지와 라이브러리
R packages and libraries
2.5.1
패키지 설치 방법
2.5.2
패키지 사용하기
3
Data Management
3.1
내장데이터 불러오기
Loading build-in data
3.2
데이터 저장하고 불러오기
Exporting and importing data
3.3
데이터 전처리
Data wrangling & pre-processing
3.3.1
Indexing: 데이터프레임에서 원하는 행, 열 추출하기
3.3.2
Preprocessing: 변수 전처리하기
4
Visualizastion in R
4.1
R base plot
4.2
Tidyverse - ggplot2
5
Further Tips
Github Version
KOSSDA Introduction to R
Chapter 5
Further Tips
다음은 R을 익힐 때 유용한 소스들입니다.