--- title: "Lab 11" 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 - Ask questions about the project. - Brainstorm ideas for your project. - Don't forget to set-up a meeting with the instructor for feedback. - Work on Homework 5.