Programming Application

Start

수업을 시작하기 전에 수업에 필요한 도구와 문서들은 아래와 같다. 직접 필요한 도구들은 R 배포판RStudio 그리고 문서에 해당된다. 나머지추천 도구는 직접적이지 않지만, 컴퓨터 활용과 학습 측면에서 많은 도움이 될 것이고 추천 링크는 R 프로그래밍에 도움이 될만한 링크들이다.

  • 출석 : 10%

    출석은 4번 이상 빠지만 점수를 줄 수 없다. (부득이한 경우 제외)

  • 중간고사 : 40%

    간단한 퀴즈식

  • 프로젝트 평가 : 50%

    본인이 하는 공부나 연구에 수업 동안 배운 내용을 활용하여 자유롭게 발표한다. 아주 기초적인 부분이라도 좋다.

R 설치 Install R

R 배포판 R Distribution

Linux : sudo apt-get install r-base r-base-dev r-recommended
Window : R base distribution [Down]

RStudio 설치 Install R Studio

Rstudio 설치 [Down]

문서 Documents

  • 주교재 : Norman Matlof(2009). The Art of R Programming. [Down]
  • 부교재1 : William N(2014). An Introduction to R. [Link] [Link.kr]
  • 부교재2 : Autar K Kaw(2011). Numerical Methods with Applications, 2nd Edition [Down] [Link]

  • Linux Mint : Operating System [Link]
  • Zim-desktop-wiki : Standalone Wiki System [Link]
  • Firefox-Development-Edition : Web-Browser [Link]
    • Addon > VimFx : Vim-style keyboard shortcuts for browsing and navigation [Link]
    • Addon > Adblock Plus : Blocks annoying video ads on YouTube, Facebook ads, banners and much more [Link]
    • Addon > LastPass : Saves your passwords and gives you secure access [Link]
    • Addon > TreeStyle Tab : [Link]
    • Addon > ScrapBook : Helps you to save Web pages [Link]
    • Addon > Sticky Notes : Put sticky notes on the web page [Link]
  • Copy : cloud Repository [Link]
  • vim : Text Editor [Link]
  • Cygwin : Unix-like environment for Microsoft Windows [Link]
  • AlternativTo : Social software recommendations [Link]
  • Github : Opensource project repositoy [Link]
  • git : Version control system[Link]

R 프로그래밍 관련 About R

  • 서민구(2013). R을 이용한 데이터 실무. [Down]
  • CSI.Math(2014). Simple R. [Link]
  • IcebreakeR(2010). [Down]

고급 학습 Advanced Study

  • CRAN. R Data Import/Export. [Link]
  • Statistics with R. [Link]
  • CRAN. R FAQ. [Link]
  • Using R for Data Analysis and Graphics Introduction, Code and Commentary [Down]
  • R Programming/Settings : wiki books [Link]

치트시트/레퍼런스 Cheetsheet/Reference

  • ENDMEMO R Tutorial [Link]
  • R Reference Card [Down]
  • R by example [Link]