Please post any questions, comments, or reflections from our first class session.Â
Hello all,
Â
Following is a lunchtime recapitulation of all we covered in the first half on first day:
Â
# Setup using latest R version (R4.5.0) until the next release rolls in on 13 June.
# Generic setup and dos for data visualization:Â
- Using relevant libraries (check 01-explore_data.Rmd file) from resource repository
- Using comments, indentation, and sections in writing understandable and reusable code
# First steps in dealing with data before visualizing-
importing, cleaning, summarizing
# Visualization of single discrete variables using ggplot (Line 300 onwards in 01-explore_data.Rmd file)
We can control labels, limits, breaks, themes in our discrete variable visualization. (Line 350 onwards in 01-explore_data.Rmd file)
# Visualization of single continuous variables using ggplot
# Dodged bar plot: Two simultaneous discrete variables
Â
Please feel free to discuss below and raise any questions of interest.
Â