반응형

2장 - R 프로그래밍 기초

이제까지 접해본 언어로는 C, C++, Java, Python 이 있지만 R은 처음입니다.

R은 통계, 데이터마이닝, 시각화에 많이 사용되는 오픈소스 프로그래밍 언어로써 편집 Tool로 R Studio를 사용됩니다.

데이터 분석에 사용되는 언어로는 SAS, SPSS, 파이썬이 추가적으로 있습니다.

 

1. R 및 R Studio 설치

 

1-1. R 설치

 

저는 서피스프로3를 사용중이기 때문에 (직구한 XPS이 오고 있지만..훗) 윈도우용 64bit를 다운받아줍니다.

저는 기본 설정으로 설치했습니다.

 

https://cran.r-project.org/bin/windows/base/

 

Download R-3.6.0 for Windows. The R-project for statistical computing.

If you want to double-check that the package you have downloaded matches the package distributed by CRAN, you can compare the md5sum of the .exe to the fingerprint on the master server. You will need a version of md5sum for windows: both graphical and comm

cran.r-project.org

1-2. R Studio 설치

 

이제 아래의 사이트에서 R Studio를 다운받습니다. R Studio는 Visual Studio나 Pycharm 같은 Edit Tool입니다.

무료 버전을 다운받고 기본 설정을 따라 설치해줍니다.

 

https://www.rstudio.com/products/rstudio/download/

 

Download RStudio - RStudio

Download the RStudio IDE or RStudio Server.

www.rstudio.com

 

성공적으로 설치가 완료된 후 실행하면 아래와 같이 실행됩니다.

저는 이상하게 바탕화면에 바로가기가 생성되지 않아 별도로 파일 경로로 들어가 만들어 주었습니다.

오늘도 한걸음 내딛기 완료!(거의 반의 반의 반걸음 수준이지만..)

 

반응형

'데이터 사이언스 > 자격증' 카테고리의 다른 글

ADsP 데이터 준전문가 자격증 획득!  (0) 2019.07.02
R Programming  (0) 2019.05.14
ADsP - 데이터분석 준전문가 (시작)  (0) 2019.05.08

+ Recent posts