위 Requirements를 자신의 운영체제(OS)에 맞게 설치
- R Language는 Mac OSX의 패키지 매니저인 Homebrew를 이용해 설치한다.
brew install r (high sierra 버전부터 가능, 이전 버전은 아래의 URL 참조)
https://stackoverflow.com/questions/20457290/installing-r-with-homebrew
- R Studio IDE는 Standalone 설치 가능
날짜 | 실습 내용 |
---|---|
2019/09/10 | R 기초 (데이터 타입 및 데이터 타입 활용) |
2019/09/11 | R 기초 Lab + R 주요 데이터 구조(Vector, Matrix) |
2019/09/17 | R 기초 Lab (Array, Data.Frame, Data.Table, List) |
2019/09/18 | 객체 파일 입출력 + Apply 함수 |
2019/09/24 | Apply, Subset, Sort, Split |
2019/09/25 | With, Within 함수 + LAB |
2019/10/09 | dplyr 패키지 사용법 |
2019/10/15 | sqldf 패키지 사용법 |
2019/10/16 | 중간고사 대비 LAB |
2019/10/29 | 제어문(if, for, while, repeat) |
2019/10/30 | 함수 사용, 스코프, Call by Reference |
2019/11/06 | ggplot2 기초 + plot graph |
2019/11/12 | plot, points, abline, curve |
2019/11/13 | curve, polygon, 선형회귀, text, identify, legend |
2019/11/19 | boxplot, histogram, density, barplot |
2019/11/20 | pie, mosaicplot, pairs, persp, contour |
2019/11/26 | ggplot2 Basic |
2019/11/27 | ggplot2 Advanced |
The source code of mintplo is primarily distributed under the terms of the GNU Affero General Public License v3.0 or any later version. See COPYRIGHT for details.