/2017NCCU_R

2017/12_R語言集訓班

Primary LanguageHTML

2017_NCCU_R語言集訓班

  • 日期: 2017/12/04(一) - 2017/12/25(一)
  • 時間:18:30~21:30
  • 時間:18:30~21:30
  • 地點:政大電算中心微五電腦教室(資訊大樓140406)
  • 活動共筆:https://goo.gl/Z2G5Vb

講師群

授課大綱

課程主題:Quick R Introduction

Day1 課程大綱

  • What is R, Why R
  • Intro & Install packages
  • Numeric manipulations and description
    • vector
  • String manipulation
    • gsub, grep, grepl, substr
  • Data manipulations
    • list and data.frame

課程主題:R programming

Day2 課程大綱

  • I/O
    • Read table/csv
    • Write table
  • Control flow
    • If...else…
    • for loop
    • apply
  • Pipe coding style
  • Data ETL
    • dplyr and reshape2

Day3 課程大綱

  • Review Data ETL
    • long / wide data format (reshape2)
    • select, filter, mutate
    • group_by and summarise
    • merge
  • Data visualization in R
    • ggplot2 for beginer
    • Application
    • Interactive plot
      • plotly
      • highcharter

課程主題:Rmarkdown

Day4 課程大綱

  • Reproducible research in R
    • Markdown
    • R chunk  - flexdashboard
    • Exercise