--- title: "Lab 7" subtitle: "Programming for Statistical Science" author: "" institute: "" date: "" output: xaringan::moon_reader: css: "slides.css" lib_dir: libs nature: highlightStyle: github highlightLines: true countIncrementalSlides: false editor_options: chunk_output_type: console --- ```{r include=FALSE} knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = TRUE, comment = "#>", highlight = TRUE, fig.align = "center") ``` ## Today's objectives - Complete Lab 7. Fork the template repo at [sta523-fa20/lab7](https://github.com/sta523-fa20/lab7) - Work with those in your breakout room. - This is not graded. - Homework 4 will be similar to Lab 7. - Ask questions about recent course material.