R 스터디 내용 정리

 

R 스터디 내용 정리

1. R 설치
– 홈페이지 둘러보기 (http://www.r-project.org/)
– CRAN -> Korean -> Download R for MacOS X -> 설치

2. Rstudio 설치
– 홈페이지 둘러보기 (http://rstudio.org/)
– Download RStudio -> 설치

3. 구동 및 실행
– KRUG 의 위키의 R초급 둘러보기 (http://r-project.kr/wiki/R-basic)
– console 에 여러가지 명령 실행
– 기본적인 변수 생성, 연산, 제어문
sessionInfo()
getwd()
setwd(“/”)
list.files()
– 패키지 관련 명령들 실행
library(MASS)
installed.packages()
.libPaths()
install.packages(“gdata”, dependencies=TRUE, .libPaths())
available.packages()
update.packages()

 

This entry was posted in Bigdata/Hadoop and tagged , , , , . Bookmark the permalink.

댓글 남기기