오늘은 전에 설명한 통계프로그램 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 방식이라 어렵습니다.
사용법은 아래 링크 참고해 주세요,
그래서 비쥬얼이 강화된 RStudio 가 필요하게 됩니다.
https://www.rstudio.com/products/rstudio/download/
아래 화면을 보면 R스튜디오 샘플이미지입니다. 확실히 직관적이죠~
왼쪽 상단이 스크립트 프로그램영역이며.. 왼쪽하단은 결과 콘솔화면이며, 오른쪽 하단이 그래프화면영역입니다.
아무래도 R스튜디오까지는 설치를 해야 작업이 가능할 것 같습니다.
좋아요공감
공유하기
통계
글 요소
'시스템' 카테고리의 다른 글
Excel용 데이터 마이닝 클라이언트(SQL Server 데이터 마이닝 추가 기능) (0) | 2021.01.11 |
---|---|
네트워크 연결상태 확인 (0) | 2021.01.10 |
[APM]Apache HTTP 서버 설치하기 (0) | 2021.01.10 |
아파트 매매 추이 분석/예측 해보기 (0) | 2021.01.10 |
바이두 클라우드 2테라 용량늘리기 방법 (1) | 2021.01.10 |