시스템

무료 통계프로그램 R 사용하기

네오류이 2021. 1. 10. 13:08
728x90
반응형

오늘은 전에 설명한 통계프로그램 R 에 대해 설명하고자 합니다.

 

R 은 데이터마이닝 분석툴은 아니며~, 통계관련 스크립트기반의 툴입니다. 아무래도 통계에 대한 기본 지식이 있는 상태에서 사용해야하며, 산출되는 데이터의 의미를 알아야 하니 사용법을 안다고 R에 대해 다 안다고 볼 수는 없습니다.

 

우선 어디서 구할 수 있는지를 보면

 

윈도우용 : https://cran.r-project.org/bin/windows/

리눅스용 : https://cran.r-project.org/bin/linux/

 

 

에서 구할 수 있습니다.

 

아무래도 윈도우용을 많이 사용하기 때문에 이 부분을 보면..

 

R for Windows

Subdirectories:

base Binaries for base distribution (managed by Duncan Murdoch). This is what you want to install R for the first time.
contrib Binaries of contributed CRAN packages (for R >= 2.11.x; managed by Uwe Ligges). There is also information onthird party software available for CRAN Windows services and corresponding environment and make variables.
old contrib Binaries of contributed CRAN packages for outdated versions of R (for R < 2.11.x; managed by Uwe Ligges).
Rtools Tools to build R and R packages (managed by Duncan Murdoch). This is what you want to build your own packages on Windows, or to build R itself.

Please do not submit binaries to CRAN. Package developers might want to contact Duncan Murdoch or Uwe Ligges directly in case of questions / suggestions related to Windows binaries.

You may also want to read the R FAQ and R for Windows FAQ.

Note: CRAN does some checks on these binaries for viruses, but cannot give guarantees. Use the normal precautions with downloaded executables.

 

 

위애서 보면 순서대로 설치를 하면 됩니다. base, contrib 우선 두가지를 설치를 하면 기본은 되서 할 수는 있는데.. 솔직히 command line 방식이라 어렵습니다.

사용법은 아래 링크 참고해 주세요,

 

http://datamining.dongguk.ac.kr/R/R%EC%9D%98%EC%84%A4%EC%B9%98%EB%B0%8F%EA%B8%B0%EB%B3%B8%EC%82%AC%EC%9A%A9%EB%B2%95.pdf

 

 

그래서 비쥬얼이 강화된 RStudio 가 필요하게 됩니다.

 

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

 

Download the RStudio IDE

RStudio is a set of integrated tools designed to help you be more productive with R. It includes a console, syntax-highlighting editor that supports direct code execution, and a variety of robust tools for plotting, viewing history, debugging and managing

rstudio.com

 

 

 

아래 화면을 보면 R스튜디오 샘플이미지입니다. 확실히 직관적이죠~

 

 

 

 

왼쪽 상단이 스크립트 프로그램영역이며.. 왼쪽하단은 결과 콘솔화면이며, 오른쪽 하단이 그래프화면영역입니다.

 

아무래도 R스튜디오까지는 설치를 해야 작업이 가능할 것 같습니다.

 

 

좋아요공감

공유하기

통계

글 요소

저작자표시

728x90
반응형