dlab-berkeley / R-Fundamentals

D-Lab's 4 part, 8 hour introduction to R Fundamentals. Learn how to create variables and functions, manipulate data frames, make visualizations, use control flow structures, and more, using R in RStudio.
31 stars 9 forks source link

Part 3: Consider removing summary() #11

Closed pssachdeva closed 1 year ago

pssachdeva commented 1 year ago

Part 3 still felt a little tight today (8/16). We could consider removing summary() and just jumping right into missing values.

heroashman commented 1 year ago

Resolved with commit on Part 3 - combined the summary() function into the Missing Data subsection and removed Summary Statistics subsection