diff --git a/_freeze/schedule/execute-results/html.json b/_freeze/schedule/execute-results/html.json index 790ea61..b90225b 100644 --- a/_freeze/schedule/execute-results/html.json +++ b/_freeze/schedule/execute-results/html.json @@ -1,7 +1,7 @@ { - "hash": "167a4bcb2048723fe4cf1422e2d894f4", + "hash": "c474b1fe3703a2dea06587f57ec9e414", "result": { - "markdown": "---\ntitle: \"Schedule\"\ndescription: |\n Schedule and course materials for Statistical Computing (JHSPH Biostatistics 140.776 Fall 2023).\ntbl-colwidths: [15,10, 55, 25]\nengine: knitr\n---\n\n\n## Schedule and course materials\n\nFor Qmd files (markdown document with [Quarto](https://quarto.org/docs/authoring/markdown-basics.html) cross-language executable code), go to the [course GitHub repository](https://github.com/lcolladotor/jhustatcomputing2023) and navigate the directories, or best of all to `git clone` the repo and navigate within `RStudio`.\n\n::: column-page\n| Week | Lectures / due dates | Topics | Projects | |\n|--------------|-------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----|\n| **Module 1** | | **Statistical and computational tools for scientific and reproducible research** | | |\n| | | | | |\n| Week 1 | Lecture 1 (**Leo will be remote!**) | 👋 Course introduction \\[[html](posts/01-welcome/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/01-welcome/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/01-welcome/index.R)\\] | 🌴 Project 0 \\[[html](projects/project-0/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-0/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-0/index.R)\\] | |\n| | | 👩‍💻 Introduction to R and RStudio \\[[html](posts/02-introduction-to-r-and-rstudio/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/02-introduction-to-r-and-rstudio/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/02-introduction-to-r-and-rstudio/index.R)\\] | | |\n| | | 🐙 Introduction to git/GitHub \\[[html](posts/03-introduction-to-gitgithub/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/03-introduction-to-gitgithub/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/03-introduction-to-gitgithub/index.R)\\] | | |\n| | | | | |\n| | Lecture 2 (**Leo will be remote!**) | 🔬 Reproducible Research \\[[html](posts/04-reproducible-research/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/04-reproducible-research/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/04-reproducible-research/index.R)\\] | | |\n| | | 👓 Literate programming \\[[html](posts/05-literate-programming/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/05-literate-programming/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/05-literate-programming/index.R)\\] | | |\n| | | 🆒 Reference management \\[[html](posts/06-reference-management/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/06-reference-management/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/06-reference-management/index.R)\\] | | |\n| | | | | |\n| **Module 2** | | **Data analysis in R** | | |\n| | | | | |\n| Week 2 | Lecture 3 | 👀 Reading and writing data \\[[html](posts/07-reading-and-writing-data/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/07-reading-and-writing-data/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/07-reading-and-writing-data/index.R)\\] | 🌴 Project 1 \\[[html](projects/project-1/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-1/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-1/index.R)\\] | |\n| | | ✂️ Managing data frames with Tidyverse \\[[html](posts/08-managing-data-frames-with-tidyverse/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/08-managing-data-frames-with-tidyverse/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/08-managing-data-frames-with-tidyverse/index.R)\\] | | |\n| | | | | |\n| | Lecture 4 | 😻 Tidy data and the Tidyverse \\[[html](posts/09-tidy-data-and-the-tidyverse/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/09-tidy-data-and-the-tidyverse/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/09-tidy-data-and-the-tidyverse/index.R)\\] | 🍂 Project 0 due | |\n| | | 🤝 Joining data in R: Basics \\[[html](posts/10-joining-data-in-r/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/10-joining-data-in-r/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/10-joining-data-in-r/index.R)\\] | | |\n| | | | | |\n| **Module 3** | | **Data visualizations R** | | |\n| | | | | |\n| Week 3 | Lecture 5 | 📊 Plotting systems in R \\[[html](posts/11-plotting-systems/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/11-plotting-systems/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/11-plotting-systems/index.R)\\] | | |\n| | | 📊 The ggplot2 plotting system: qplot() \\[[html](posts/12-ggplot2-plotting-system-part-1/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/12-ggplot2-plotting-system-part-1/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/12-ggplot2-plotting-system-part-1/index.R)\\] | | |\n| | | | | |\n| | Lecture 6 | 📊 The ggplot2 plotting system: ggplot() \\[[html](posts/13-ggplot2-plotting-system-part-2/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/13-ggplot2-plotting-system-part-2/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/13-ggplot2-plotting-system-part-2/index.R)\\] | 🌴 Project 2 \\[[html](projects/project-2/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-2/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-2/index.R)\\] | |\n| | | | | |\n| | Sept 17 | | 🍂 Project 1 due | |\n| | | | | |\n| **Module 4** | | **Nuts and bolts of R** | | |\n| | | | | |\n| Week 4 | Lecture 7 | 🔩 R Nuts and Bolts \\[[html](posts/14-r-nuts-and-bolts/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/14-r-nuts-and-bolts/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/14-r-nuts-and-bolts/index.R)\\] | | |\n| | | | | |\n| | Lecture 8 | 🔩 Control structures in R \\[[html](posts/15-control-structures/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/15-control-structures/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/15-control-structures/index.R)\\] | | |\n| | | 🔩 Functions in R \\[[html](posts/16-functions/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/16-functions/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/16-functions/index.R)\\] | | |\n| | | | | |\n| Week 5 | Lecture 9 | 🔩 Loop functions \\[[html](posts/17-loop-functions/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/17-loop-functions/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/17-loop-functions/index.R)\\] | | |\n| | | | | |\n| | Lecture 10 | 🐛 Debugging code in R \\[[html](posts/18-debugging-r-code/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/18-debugging-r-code/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/18-debugging-r-code/index.R)\\] | | |\n| | | 🐛 Error handling code in R \\[[html](posts/19-error-handling-and-generation/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/19-error-handling-and-generation/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/19-error-handling-and-generation/index.R)\\] | | |\n| | | | | |\n| | Oct 1 | | 🍂 Project 2 due | |\n| | | | | |\n| **Module 5** | | **Special data types in R** | | |\n| | | | | |\n| Week 6 | Lecture 11 | 📆 Working with dates and times \\[[html](posts/20-working-with-dates-and-times/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/20-working-with-dates-and-times/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/20-working-with-dates-and-times/index.R)\\] | 🌴 Project 3 \\[[html](projects/project-3/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-3/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-3/index.R)\\] | |\n| | | | | |\n| | Lecture 12 | ✨ Regular expressions \\[[html](posts/21-regular-expressions/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/21-regular-expressions/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/21-regular-expressions/index.R)\\] | | |\n| | | | | |\n| Week 7 | Lecture 13 | 🐱 Working with factors \\[[html](posts/22-working-with-factors/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/22-working-with-factors/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/22-working-with-factors/index.R)\\] | | |\n| | | | | |\n| | Lecture 14 | 📆 Working with text data and sentiment analysis \\[[html](posts/23-working-with-text-sentiment-analysis/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/23-working-with-text-sentiment-analysis/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/23-working-with-text-sentiment-analysis/index.R)\\] | | |\n| | | | | |\n| **Module 6** | | **Best practices for working with data and other languages** | | |\n| | | | | |\n| Week 8 | Lecture 15 | ☁️ Best practices for data analysies \\[[html](posts/24-best-practices-data-analyses/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/24-best-practices-data-analyses/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/24-best-practices-data-analyses/index.R)\\] | | |\n| | | | | |\n| | Lecture 16 | 🐍 Leveraging Python within R \\[[html](posts/25-python-for-r-users/index.htmld)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/25-python-for-r-users/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/25-python-for-r-users/index.R)\\] | | |\n| | | | | |\n| | Oct 23 | | 🍂 Project 3 due | |\n:::\n", + "markdown": "---\ntitle: \"Schedule\"\ndescription: |\n Schedule and course materials for Statistical Computing (JHSPH Biostatistics 140.776 Fall 2023).\ntbl-colwidths: [15,10, 55, 25]\nengine: knitr\n---\n\n\n## Schedule and course materials\n\nFor Qmd files (markdown document with [Quarto](https://quarto.org/docs/authoring/markdown-basics.html) cross-language executable code), go to the [course GitHub repository](https://github.com/lcolladotor/jhustatcomputing2023) and navigate the directories, or best of all to `git clone` the repo and navigate within `RStudio`.\n\nCheck for Leo's live class notes.\n\n::: column-page\n| Week | Lectures / due dates | Topics | Projects | |\n|---------------|---------------|---------------|---------------|---------------|\n| **Module 1** | | **Statistical and computational tools for scientific and reproducible research** | | |\n| | | | | |\n| Week 1 | Lecture 1 (**Leo will be remote!**) | 👋 Course introduction \\[[html](posts/01-welcome/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/01-welcome/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/01-welcome/index.R)\\] | 🌴 Project 0 \\[[html](projects/project-0/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-0/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-0/index.R)\\] | |\n| | | 👩‍💻 Introduction to R and RStudio \\[[html](posts/02-introduction-to-r-and-rstudio/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/02-introduction-to-r-and-rstudio/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/02-introduction-to-r-and-rstudio/index.R)\\] | | |\n| | | 🐙 Introduction to git/GitHub \\[[html](posts/03-introduction-to-gitgithub/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/03-introduction-to-gitgithub/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/03-introduction-to-gitgithub/index.R)\\] | | |\n| | | | | |\n| | Lecture 2 (**Leo will be remote!**) | 🔬 Reproducible Research \\[[html](posts/04-reproducible-research/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/04-reproducible-research/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/04-reproducible-research/index.R)\\] | | |\n| | | 👓 Literate programming \\[[html](posts/05-literate-programming/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/05-literate-programming/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/05-literate-programming/index.R)\\] | | |\n| | | 🆒 Reference management \\[[html](posts/06-reference-management/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/06-reference-management/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/06-reference-management/index.R)\\] | | |\n| | | | | |\n| **Module 2** | | **Data analysis in R** | | |\n| | | | | |\n| Week 2 | Lecture 3 | 👀 Reading and writing data \\[[html](posts/07-reading-and-writing-data/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/07-reading-and-writing-data/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/07-reading-and-writing-data/index.R)\\] | 🌴 Project 1 \\[[html](projects/project-1/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-1/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-1/index.R)\\] | |\n| | | ✂️ Managing data frames with Tidyverse \\[[html](posts/08-managing-data-frames-with-tidyverse/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/08-managing-data-frames-with-tidyverse/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/08-managing-data-frames-with-tidyverse/index.R)\\] | | |\n| | | | | |\n| | Lecture 4 | 😻 Tidy data and the Tidyverse \\[[html](posts/09-tidy-data-and-the-tidyverse/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/09-tidy-data-and-the-tidyverse/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/09-tidy-data-and-the-tidyverse/index.R)\\] | 🍂 Project 0 due | |\n| | | 🤝 Joining data in R: Basics \\[[html](posts/10-joining-data-in-r/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/10-joining-data-in-r/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/10-joining-data-in-r/index.R)\\] | | |\n| | | | | |\n| **Module 3** | | **Data visualizations R** | | |\n| | | | | |\n| Week 3 | Lecture 5 | 📊 Plotting systems in R \\[[html](posts/11-plotting-systems/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/11-plotting-systems/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/11-plotting-systems/index.R)\\] | | |\n| | | 📊 The ggplot2 plotting system: qplot() \\[[html](posts/12-ggplot2-plotting-system-part-1/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/12-ggplot2-plotting-system-part-1/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/12-ggplot2-plotting-system-part-1/index.R)\\] | | |\n| | | | | |\n| | Lecture 6 | 📊 The ggplot2 plotting system: ggplot() \\[[html](posts/13-ggplot2-plotting-system-part-2/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/13-ggplot2-plotting-system-part-2/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/13-ggplot2-plotting-system-part-2/index.R)\\] | 🌴 Project 2 \\[[html](projects/project-2/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-2/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-2/index.R)\\] | |\n| | | | | |\n| | Sept 17 | | 🍂 Project 1 due | |\n| | | | | |\n| **Module 4** | | **Nuts and bolts of R** | | |\n| | | | | |\n| Week 4 | Lecture 7 | 🔩 R Nuts and Bolts \\[[html](posts/14-r-nuts-and-bolts/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/14-r-nuts-and-bolts/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/14-r-nuts-and-bolts/index.R)\\] | | |\n| | | | | |\n| | Lecture 8 | 🔩 Control structures in R \\[[html](posts/15-control-structures/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/15-control-structures/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/15-control-structures/index.R)\\] | | |\n| | | 🔩 Functions in R \\[[html](posts/16-functions/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/16-functions/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/16-functions/index.R)\\] | | |\n| | | | | |\n| Week 5 | Lecture 9 | 🔩 Loop functions \\[[html](posts/17-loop-functions/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/17-loop-functions/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/17-loop-functions/index.R)\\] | | |\n| | | | | |\n| | Lecture 10 | 🐛 Debugging code in R \\[[html](posts/18-debugging-r-code/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/18-debugging-r-code/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/18-debugging-r-code/index.R)\\] | | |\n| | | 🐛 Error handling code in R \\[[html](posts/19-error-handling-and-generation/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/19-error-handling-and-generation/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/19-error-handling-and-generation/index.R)\\] | | |\n| | | | | |\n| | Oct 1 | | 🍂 Project 2 due | |\n| | | | | |\n| **Module 5** | | **Special data types in R** | | |\n| | | | | |\n| Week 6 | Lecture 11 | 📆 Working with dates and times \\[[html](posts/20-working-with-dates-and-times/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/20-working-with-dates-and-times/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/20-working-with-dates-and-times/index.R)\\] | 🌴 Project 3 \\[[html](projects/project-3/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-3/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-3/index.R)\\] | |\n| | | | | |\n| | Lecture 12 | ✨ Regular expressions \\[[html](posts/21-regular-expressions/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/21-regular-expressions/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/21-regular-expressions/index.R)\\] | | |\n| | | | | |\n| Week 7 | Lecture 13 | 🐱 Working with factors \\[[html](posts/22-working-with-factors/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/22-working-with-factors/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/22-working-with-factors/index.R)\\] | | |\n| | | | | |\n| | Lecture 14 | 📆 Working with text data and sentiment analysis \\[[html](posts/23-working-with-text-sentiment-analysis/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/23-working-with-text-sentiment-analysis/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/23-working-with-text-sentiment-analysis/index.R)\\] | | |\n| | | | | |\n| **Module 6** | | **Best practices for working with data and other languages** | | |\n| | | | | |\n| Week 8 | Lecture 15 | ☁️ Best practices for data analysies \\[[html](posts/24-best-practices-data-analyses/index.html)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/24-best-practices-data-analyses/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/24-best-practices-data-analyses/index.R)\\] | | |\n| | | | | |\n| | Lecture 16 | 🐍 Leveraging Python within R \\[[html](posts/25-python-for-r-users/index.htmld)\\] \\[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/25-python-for-r-users/index.qmd)\\] \\[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/25-python-for-r-users/index.R)\\] | | |\n| | | | | |\n| | Oct 23 | | 🍂 Project 3 due | |\n:::\n", "supporting": [], "filters": [ "rmarkdown/pagebreak.lua" diff --git a/schedule.qmd b/schedule.qmd index ee44b8a..25da567 100644 --- a/schedule.qmd +++ b/schedule.qmd @@ -10,9 +10,11 @@ engine: knitr For Qmd files (markdown document with [Quarto](https://quarto.org/docs/authoring/markdown-basics.html) cross-language executable code), go to the [course GitHub repository](https://github.com/lcolladotor/jhustatcomputing2023) and navigate the directories, or best of all to `git clone` the repo and navigate within `RStudio`. +Check for Leo's live class notes. + ::: column-page | Week | Lectures / due dates | Topics | Projects | | -|--------------|-------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----| +|---------------|---------------|---------------|---------------|---------------| | **Module 1** | | **Statistical and computational tools for scientific and reproducible research** | | | | | | | | | | Week 1 | Lecture 1 (**Leo will be remote!**) | `r emojifont::emoji('wave')` Course introduction \[[html](posts/01-welcome/index.html)\] \[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/01-welcome/index.qmd)\] \[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/posts/01-welcome/index.R)\] | `r emojifont::emoji('palm_tree')` Project 0 \[[html](projects/project-0/index.html)\] \[[Qmd](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-0/index.qmd)\] \[[R](https://github.com/lcolladotor/jhustatcomputing2023/blob/main/projects/project-0/index.R)\] | |