1. R 설치하기
http://www.cran.r-project.org/mirrors.html
CRAN - Mirrors
CRAN Mirrors The Comprehensive R Archive Network is available at the following URLs, please choose a location close to you. Some statistics on the status of the mirrors can be found here: main page, windows release, windows old release. If you want to host
cran.r-project.org
- CRAN 미러페이지에 접속 - 스크롤 후 Korea 해당 사이트(3개 링크) 중 하나 클릭
- OS별 설치파일 다운로드 클릭
- 다운로드 페이지 연결 - install R for the first time 클릭
- Download R x.x.x for Windows 클릭(=다운로드)
*설치과정에서 옵션은 변경하지 않아도 됨.
* R GUI 실행하기
- 설치과정을 마치면 32비트, 64비트용 R이 설치되고 바탕화면에 2개의 아이콘이 생성된다.
- R GUI에 R Console이름의 창이 열린다. 빨간색 >와 깜빡이는 ㅣ막대(프롬프트)에 명령어 입력 후 Enter를 누르면 명령어 실행
2. R 스튜디오 설치하기
http://www.rstudio.com/products/rstudio/download
Download RStudio
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
- Installers for Supported Platforms 항목에서 OS별 설치파일 다운로드 링크 클릭
*설치과정에서 옵션은 변경하지 않아도 됨.
출처: DO IT! 쉽게 배우는 R 데이터분석(김영우 저)
'임상심리학 전공생들을 위하여 > 연구_R 데이터분석' 카테고리의 다른 글
<R 데이터분석> 기초_프로젝트 활용하기 (0) | 2019.10.20 |
---|---|
<R 데이터분석> 기초_R 스튜디오 구성 (0) | 2019.10.20 |
<R 데이터분석> 기초_왜 R을 사용해야 하는가 (0) | 2019.10.20 |