@@ -27,20 +27,20 @@ As you can see from the above schedule, we'll be meeting on Monday, August 18th,
2727- Basic functions (` mean() ` , ` length() ` , etc.)
2828- Packages: installation and loading (including the tidyverse)
2929
30- ** 2 Monday afternoon: [ Functions] ( 03_functions.html ) **
30+ ** 2 Monday afternoon: [ Tidy data analysis I] ( 02_tidy_data1.html ) **
31+
32+ - Tidy data
33+ - Data wrangling with dplyr
34+ - Data visualization basics with ` ggplot2 `
35+
36+ ** 3 Tuesday morning: [ Functions] ( 03_functions.html ) **
3137
3238- Definitions
3339- Functions in R
3440- Common types of functions
3541- Logarithms and exponents
3642- Composite functions
3743
38- ** 3 Tuesday afternoon: [ Tidy data analysis I] ( 02_tidy_data1.html ) **
39-
40- - Tidy data
41- - Data wrangling with dplyr
42- - Data visualization basics with ` ggplot2 `
43-
4444** 4 Tuesday afternoon: [ Calculus] ( 04_calculus.html ) **
4545
4646- Derivatives
@@ -64,13 +64,13 @@ As you can see from the above schedule, we'll be meeting on Monday, August 18th,
6464- Merging data
6565- Plotting extensions (trend graphs, facets, customization)
6666
67- ** 7 Thursday morning: Probability**
67+ ** 7 Thursday morning: [ Probability] ( 07_probability.html ) **
6868
6969- Probability: basic concepts
7070- Random variables, probability distributions, and their properties
7171- Common probability distributions
7272
73- ** 8 Thursday afternoon: Statistics and simulations**
73+ ** 8 Thursday afternoon: [ Statistics and simulations] ( 08_stats_sims.html ) **
7474
7575- Statistics: basic concepts
7676- Random sampling and loops in R
0 commit comments