Joint Statistical Meeting
August 7, 2023
What can I create with Quarto?
Why use Quarto?
How do I get started?
Notes:
Change background color for header slides
Change bullet points to check marks?
Course website
Slides
Long-form notes
Assignment instructions
“Run R code in the browser without the need for an R server to execute the code”
Caution
WebR is in early development. Learn more at github.com/coatless/quarto-webr
Reproducible course materials that are easier to update
Integrate narrative, executable R code, images, and interactive elements
Easily share course materials with students and more broadly
Regularly use the same technology as your students
Option to export PDF of slides
Navigation menu on all documents to easily to find content
Search capabilities to more easily find materials
Read course materials on multiple devices
Slide navigation
Annotation
Chalkboard
Print to PDF
Speaker view
---
title: "Lecture 01"
subtitle: "Statisics course"
author: "Dr. Maria Tackett"
date: "August 7, 2023"
date-format: long
footer: "WEBSITE!"
format:
revealjs:
theme: slides.scss
multiplex: true
transition: fade
slide-number: false
incremental: false
chalkboard:
theme: whiteboard
code-link: true
editor: visual
execute:
eval: true
echo: true
---
Slide recreated from SLR: Mathematical models for inference in Regression Analysis taught by Dr. Maria Tackett.
\[ \begin{aligned} Y &= Model + Error \\ &= f(X) + \epsilon \\ &= \mu_{Y|X} + \epsilon \\ &= \beta_0 + \beta_1 X + \epsilon \end{aligned} \]
where the errors are independent and normally distributed:
Gif demo-ing the website or show some example slides
[Maybe show the file structure or behind the scenes look?]
Show the line of code to get started
Learning curve so take time, especially the first time doing it
Takes time to convert slides from xaringan to Quarto
Start with a website you love
Use it as a template
Give attribution!
GitHub pages
quarto publish gh-pages
Quarto pub
quarto publish quarto-pub
Statistical Computing and Computation (Spring 2023)
🔗 URL for Slides
🔗 URL for Repo
WEBSITE!