Category Archives: R Programming

R 기본정리

R 참고 사이트

http://www.cyclismo.org/tutorial/R/index.html http://www.swirlstats.com/ https://www.codeschool.com/courses/try-r https://www.datacamp.com/ http://www.rdatamining.com/ http://www.r-tutor.com/

Posted in Computer science, R Programming | Leave a comment

R Sutudio – Part1

R은 다른 언어에 비하여 지원하는 개발환경/도구가 많지 않다. 그중에서 RStudio는 다른 R개발툴과 비교하여 멋진 그래픽 인터페이스를 제공하고 편리한 개발을 지원하기 때문에 RStudio를 권장한다. 먼저 R프로그래밍을 하려면 R런타임 도구를 설치하고 RStudio를 설치한다. – R 런타임 도구 다운받기 http://www.r-project.org/ – RStudio 다운받기 … Continue reading

Posted in Computer science, Linux, R Programming | Leave a comment