Reproducible analysis reports with eye-tracking reading time data
  • D. Palleschi
  • Download PDF
  • Download ePub
  1. Exploratory Data Analysis
  • Course Intro
  • Background
    • 1  Reproducible Analayses
    • 2  Eye-tracking during reading
    • 3  Working with eye-tracking reading data in R
  • Exploratory Data Analysis
    • 4  Data wrangling
    • 5  Data Visualisation with ggplot2
  • Modelling

Exploratory Data Analysis

Exploratory Data Analysis (EDA) refers to the initial exploration of our data. Important steps we will cover are Data Wrangling (tidying and transforming your data) and Data Visualisation.

3  Working with eye-tracking reading data in R
4  Data wrangling
Source Code
---
format: 
  pdf: default
  html: default
---

# Exploratory Data Analysis

Exploratory Data Analysis (EDA) refers to the initial exploration of our data. Important steps we will cover are Data Wrangling (tidying and transforming your data) and Data Visualisation.