Lab Wiki
  • Welcome!
  • General Lab Info
    • The Lab
      • Who are we? (People)
      • Where are we? (Location)
      • What do we do? (Research)
      • Current Studies
        • Bilingual Families Project
        • Early Comprehension Study
        • Trilingualism Project
        • Referential Continuity Tablet
        • Language Awareness and Separation Questionnaire
      • Lab lingo (Dictionary)
      • Lab Core Values
      • Online Systems
    • Covid-19 Protocols
  • In the Lab
    • Getting started (New lab members)
      • Onboarding
      • Moving to Montreal
        • From outside of Canada
          • Visas
            • Master's / PhD level
            • Post-Doc
            • Visas for significant others
          • Health Insurance (non-Canadians)
          • Driver’s license
          • Taxes (newcomers to Canada)
        • From other provinces to Quebec
          • Health Insurance
          • Taxes
        • Once you arrive
          • Banking
          • Housing
          • Health
          • Utilities
          • Student ID card
          • Social Insurance Number (SIN)
        • More life in Montreal
          • Extending CAQ / Study Permit
          • Moving
          • Neighbourhoods
      • Lab expectations
      • Transportation
      • Academic Survival Guide
      • New Member Paperwork
      • Website Profile
      • Lab Access
      • Subscribing to ListServs
      • Lab conventions
      • Time off
      • Concordia
      • Meeting with Krista
      • New Member Orientation
    • Lab Space
    • Mentorship
      • Grad students and postdocs
      • Undergraduate project students
      • Undergraduate RAs
      • Undergraduate volunteers
    • Funding
      • Undergraduates
        • CUSRA and USRA
        • Bursaries, Scholarships and Awards
        • New FRQS Undergraduate Award
      • Doctoral
        • PBEEE (Merit Scholarship)
        • CRBLM (Graduate Stipend)
        • Tri-Council (NSERC, SSHRC, CIHR)
        • FRQSC
        • Mitacs accelerate
        • MacKenzie King Scholarship
      • Postdoctoral
        • PBEEE (Merit Scholarship)
        • FRQSC
        • Tri-Council (NSERC, SSHRC, CIHR)
      • TAship/Course Instructor
        • TA
        • Course Instructor
      • Expense Reimbursement
    • Conferences
      • Conferences to consider
    • File Naming Protocol
  • Testing Plans
    • Bilingual Family Project
    • Early Comprehension Study
    • ManyBabies
      • MB2
      • MB3
      • MB4
    • Vocabulary Spurt
    • Baby's New Words
    • ADHD Vocabulary
  • Funding
  • Lab Manager Documentation
    • Accounting
      • Expense Reports
      • Cash advances
      • Journal transfers for salaries
      • Grant Fund Codes
    • Lab manager training
      • Setting up delegate access for new lab manager
      • Internal and external mail at Concordia
      • Grant codes
      • Ordering participant t-shirts
      • Canada Summer Jobs
      • Updating lab website
      • Ordering supplies
      • Paying for various things
        • NameCheap (website domain renewal)
        • Amazon gift cards
      • Booking rooms/spaces and the Owl
      • Managing the lab server's storage
    • General Tasks
      • Updating Lab Website
      • Participant Gift Cards
      • Telephone services
    • Listservs
    • Paperwork
      • Grad student bursary
      • Postdoc paperwork
      • CARE Contracts
      • CREW-RA Contracts
    • Onboarding
  • Offboarding
    • Stuff that must be done
    • Returning Keys
  • Project workflow: Planning and setting up a Study
    • Developing a study: What to consider and basic steps
      • New study checklist
      • Participant Criteria
      • Stimulus Creation
    • Determining authorship order
    • Ethics approval process
    • Creating an OSF page for your study
      • Anonymizing your links for review
    • Creating and sharing study materials and data
    • Programming a study
      • EyeLink (Experiment Builder)
      • PsychoPy (PyHab)
    • Pre-registering a study
    • Study Binders
    • Ready to start data collection - piloting and getting the final go-ahead
    • Questionnaires
      • WebCDI
      • Language Mixing Questionnaire
      • LEQ administration
        • Downloading LEQ data from Qualtrics
      • Bilingual CDI Scoring
      • EarlyComp-CDI LAVA
      • TriCog LAVA
      • Demographics
    • HPP
      • Running an HPP study
      • HPP Troubleshooting
    • Daylong Recordings with LENA
    • EyeLink Eyetracker
      • Running an EyeLink Study
      • Programming a study in ExperimentBuilder
      • Data Viewer
      • Troubleshooting
    • Coding data in ELAN
      • ACLEW MinChat
  • Project Workflow: Collecting Data
    • General Testing Info
    • General Testing Procedure
      • Testing Procedure for Researchers
      • Testing Procedure for Helpers
    • Recruitment and scheduling
      • Database Search
      • Facebook Ads
        • Creating/Promoting Ads
        • Tips for Successful Ads
        • A/B+ Testing
      • Qualtrics and New Sign-Ups
      • Contacting Families
        • General Call Script
          • English
          • French
          • Spanish
      • Scheduling Software: Acuity
      • Group recruitment e-mails: Mailmerge
    • Participant Photos
  • Project Workflow: Data Analysis
    • Master Subject List
    • Hypothesis testing for categorical variables
    • Getting started with R
      • Data Visualization
      • Coding in the tidyverse
    • Wrangling eyetracking data
    • Pupillometry data
      • Resources and courses
    • Mixed Effects Models
      • Growth Curve Analysis
    • Anonymizing data
  • Graduate program and career building
    • Non academic career resources
      • Building a LinkedIn page
    • CV how tos
      • Academic CVs
      • Non-academic CVs
    • Establishing an Online Presence
      • Creating an Academic Website
      • Academic Twitter
      • LinkedIn
    • Applying to grad school
      • Thesis supervisors
      • Funding
    • Applying to post-graduate jobs
    • Applying to academic jobs
      • Psych jobs Wiki
    • Applying to postdoctoral positions
      • Cog Dev listserve
    • Writing a cover letter
    • Requesting a letter of recommendation/Reference letter
  • Project Workflow: Manuscript Preparation and Publication
    • Choosing a journal to publish in
    • Co-writing with Krista and othe co-authors and submitting a manuscript
    • Publishing pre-prints
    • Writing your manuscript in R Markdown
    • Writing a response to reviewers comments
Powered by GitBook
On this page
  1. Project Workflow: Data Analysis
  2. Getting started with R

Data Visualization

PreviousGetting started with RNextCoding in the tidyverse

Last updated 2 years ago

In R data visualizations are constructed and refined with the.

Data visualization: choose the best plot for your data

For visualizing proportions. While the most common way to visualize proportions is pie charts, they are not the most intuitive way to interpret proportions (as they are coded as angles of a circle). Here we explore some alternatives.

Waffle charts are useful when comparing proportions for a single variable. They are easier to interpret, as one square of the waffle can be interpreted as a single part of a whole.

Stacked bar charts are useful when comparing proportions for multiple variables. Note that a single bar for a single variable has the same interpretability issues as a pie chart.

For visualizing point data. While the most common way to visualize proportions is bars or columns. These options are only useful for data with some sort of cumulative properties, plus the location of the actual data points (often informative) is obscured by the bar shape. Here we explore some alternatives.

Point charts are useful as they allow you to show the location of the data.

For visualizing distributions. The most common way to visualize a single distribution is a histogram. While histograms are generally useful, they have some disadvantages like the fact that the bin sizing is completely arbitrary and can significantly change the shape of the data, and the fact that they are only useful with large quantities of data.

Here is a diagram to help you choose whether or not to use a histogram, and what bin size to use.

An alternative to using histograms for a single distribution is to use Kernel plots (KDE). The caveat to using kernel plots is that the width of the kernel (or SD) is up to you, thus the kernel can obscure the density of your data. To avoid this, you can add a marginal rug plot which will show the density of the data at different points of the kernel plot.

When the objective is to compare different distributions, the most commonly used plots are box plots. The downside of boxplots is that similarly to bar plots they can obscure your real data points. One way around this is to make the box plots transparent and to add a geom_jitter layer to the plot to show the individual data points.

There are some alternatives to box plots when comparing data distributions. Violin plots are similar to box plot, but they show the density of the data instead of using a bar. This provides extra information about the data. Beeswarm plots are like violin plots but instead of showing the shape of the data density, they actually show the data points.

Finally, when the goal is to compare data distributions across time. For example in a longitudinal data set. The best option is to choose a density ridge plot.

ggplot package
Proportion of family strategy use, taken from Sander-MOntant et al.,(2020). Poster presented at the March 2020 CRDH annual conference.
Taken from the data camp course: data visualization best practices.
How to interpret a box plot. Taken from the datacamp course: data visualization best practices.
Map to help you select the best distribution visualization. Taken from the datacamo course: data visualization best practices.