Skip to content

Latest commit

 

History

History
95 lines (84 loc) · 2.54 KB

File metadata and controls

95 lines (84 loc) · 2.54 KB

General

  • README
    • Add information
  • Add to-do file

Reading

  • Grammer of Graphics:
    • Applied statistics using R: a Guide for the Social Sciences - Chapter 5
    • The Grammer of Graphics
  • Visual display of quantitative data
  • Github markdown (different from normal markdown)
  • Quarto (report)

Exercise 1: Circle plot - seasonal sleep

  • Fake data:
    • Daylight hour in Tromsø (API call)
    • Create fake data
    • Random variation based on a trend
    • (rnorm can take a vector to change the underlying curve)
    • Integrate daylight hour & fake data
    • Structure the data frame (see picture)
      • Add picture
  • Report:
    • Motivation?
    • Visualization
    • normal plot
    • circle plot
    • aesthetic changes
    • other groupings
  • Add Feedback

Exercise 2: Circle plot - sleep times

  • Data: sleep data from sleep deprivation experiment
    • circle barplot.
    • reduce non-data ink
    • Overlay NS & PSD sleep.
    • Compare against normal plot
  • Add Feedback

Exercise 3 Multivariate visutalization - continuous-continous

  • Data: mind wandering
  • Visualization:
    • Data distribution
    • Joint distribution
      • Joint distribution with individual distribution
    • Fixed cell parameter

Exercsise 4; Multivariate visualization - categorical-continous

  • Data: Mind wandering (same as ex3)
  • Visualization
    • Distribution w/hist
    • violin
    • 2d density
    • Ridge
    • Ridges testing
    • Different variable (BV)
    • Different dataset (iris)
    • Fixed cell parameter

Exam

  • Include Github link

  • Include word count (~20 pages?)

  • General introduction

    • visualization in general
    • ggplot
      • x Benefits with ggplots
    • Git / github
    • Quarto Circles:
    • ex1 intro
      • Improved acquire daylight script
      • Incorporate feedback in a final plot
    • ex2 intro Multivariate:
    • ex3 intro
    • ex4 intro
  • Polish and finish

  • polish exam introduction

  • Use GFM (github markdown)

    • ex1 markdown gen.
      • github link
    • ex2 markdown gen.
      • github link
    • ex3 markdown gen.
      • github link
    • ex4 markdown gen.
      • github link
  • Add license

  • Publish release as a "tag" before exam

    • (ensures that changes AFTER that point does not count as the exam)