speed dist
1 4 2
2 4 10
3 7 4
4 7 22
5 8 16
6 9 10
This course implements active learning
Most of the class time will be devoted to completing an in-class assignment after a brief introduction
You are encouraged to collaborate with your classmates while in class
Each week, there will be a pre-class assignment(s) and a short quiz (due Sundays 11:59pm)
You will develop an R package for the final project
Quarto is a publishing platform for technical and scientific documents
You can create documents (HTML, PDF, Word) where text and code coexist
Outputs include reports, presentations, websites, books, and more
You can include code written in R, Python, Julia, or Observable
These slides were created in Quarto
Quarto uses a Markdown format
Mathematical syntax and equations can be included in a similar manner to LaTex
\[ Y = \alpha + \beta X \]
speed dist
1 4 2
2 4 10
3 7 4
4 7 22
5 8 16
6 9 10
Reproduce these slides by rendering week1_intro.qmd
Useful documentations
Best way to learn Quarto is to actually use it!
Available in Quercus
Work in pairs
Before class, read the assigned paper and do the quiz
Throughout the course, we will attempt to reproduce the analysis described in the paper
We will create an analytical data set from multiple open source data sets