Lecture 1: Introduction - Bio723-class/Bio723-lecture GitHub Wiki

Learning goals checklist for this class session

  • Learn how to create and knit R Markdown notebooks
  • Learn how to do basic arithmetic calculations in R
  • Learn about the basic R data types
  • Learn about the three key R data structures -- vectors, lists, and data frames
    • Learn how to create, index, and modify each of these data structures
    • Learn useful functions for working with vectors, lists, and data frames
    • Learn to combine comparison and indexing to carry out simple data filtering tasks

Slides

Assignment

Assignment Submission: Be sure to submit your assignment via Sakai, as an R Markdown file and the knit HTML document produced by your markdown file.

Readings