---
output:
  word_document:  
    toc: true
    toc_depth: 1
    number_sections: true
    #reference_docx: "styles.docx" #"../omit/project/report/styles.docx"
---

```{r include=FALSE}
library(knitr)
```

\newpage

```{r echo=FALSE}
# some settings for figures in R Markdown
# settings in code chunks will override these global settings
knitr::opts_chunk$set(#fig.align = "center", 
                      fig.width = 12, 
                      fig.height = 8, 
                      fig.path = "figs/",
                      echo = TRUE, warning = FALSE, message = FALSE
                      )
```


```{r echo=FALSE,out.width="30%"}
# including a logo
knitr::include_graphics( here::here("images", "CMC_logo2.png"))
```

**CMC Foundations of Data Science for Human Cognition: PSYC166**


Final Report for

**Liaison's Name Here**

Liaison's Institution here




**Your Title goes here**


Month, day, 2024


**Team Members**

Team Member A

Team Member B

Team Member C

Team Member D


**Faculty Advisor**

Professor Gabriel I. Cook

**Liaison**
Professor Name and Title

\newpage
# **Abstract**



\newpage
**Contents**

Move the table of contents to this page.



\newpage
# **Acknowledgments**

\newpage
# **Introduction**



# **Problem Statement**



# **Data**

## *Description*


## *Cleaning*


## *Preprocessing*




# **Findings**

```{r echo=FALSE,out.width="100%"}
# when you need to include a plot
# center manually afterward; alignment is not Word friendly
knitr::include_graphics(here::here("figs", "temp_plot.png"))
```


# **Discussion**



# **Conclusion**