R 설치 : https://cran.r-project.org/bin/windows/base/ R studio 설치 : https://www.rstudio.com/products/rstudio/download/#download Rstudio Files 경로 세팅 후 Set as Working Directory 기본적인 R의 지식과 문법 # 콘솔창에 작성한 코드를 실행시 ctrl + enter 1)객체할당과 제거 숫자 , 스트링, boolean, factor 자료 유형 존재 x= 5, x 5 y= ‘str’ z = false factor 2) 객체 조회 : ls() 객체의 자료구조와 자료 (객체에는 7가지의 자료구조 존재) 자료구조의 구분 기준 = 차원의 수 (점, 선, 면, 정육면체 등) 1.스칼라 (상수..