Announcements

  • Due to my COVID situation, Zoom session continues for two additional weeks to 2/11.

  • Remote vs in-person: Survey

  • Homework 2 (wrangling MIMIC-IV using tidyverse) is posted. Due Feb 6. Warning: Start early; it’s not something that can be done in 1 day.

Misc

Today

  • Data transformation using dplyr

  • HW2

  • R code styles to be enforced in homework. https://style.tidyverse.org/

    • Rule 2.5 The maximum line length is 80 characters.

    • Rule 2.4.1 When indenting your code, use two spaces.

    • Rule 2.2.4 Place spaces around all infix operators (=, +, -, <-, etc.).

    • Rule 2.2.1. Do not place a space before a comma, but always place one after a comma.

    • Rule 2.2.2 Do not place spaces around code in parentheses or square brackets. Place a space before left parenthesis, except in a function call.