---
### DON'T CHANGE ANYTHING BETWEEN THE DASHES (---), EXCEPT YOUR NAME ###
title: "Assessment Template"
author: "type_your_name_here"
format: 
  html:
    embed-resources: true 
code-overflow: wrap
date-modified: "`r Sys.Date()`"
---

:::{.callout-important collapse=false}
## Template Instructions

- Save this file into a personal folder (something you will be able to access later)
- Change the author of this document to be your first and last name; make sure to keep your name inside the quotations
- Initially Render the document and ensure you see your own name at the top
- Carefully read the prompts from the assessment sheet and enter your responses under the corresponding headers of this document
  - Place code within code chunks
  - Type ordinary text (i.e. interpretations/explanations) outside of code chunks
- Final Render: look over the completed work to ensure output properly displays
- You will submit ONLY ONE FILE--the HTML output named `template.html`
:::

```{r}
# load your libraries

```

## Read In Your Data

```{r}

```

## Visualization

```{r}

```


## Numerical Summary

```{r}

```


## Conduct a test

```{r}

```


## Conclusion/Interpretation
<!-- Type your interpretation in the space below this line -->


<!-- Remember to Render your document, that your name appears at the top, and that all your work and output are correctly displaying. Then, submit the finished product to ICON for grading. Good work! -->
