代写 R html graph statistic title: “Final Project: Add title here”

title: “Final Project: Add title here”

output:

pdf_document: default

html_notebook: default

$\\$

## Author: [Put your name here]

## Discussants: [List people who helped you with the project and/or websites used]

“`{r message=FALSE, warning=FALSE, tidy=TRUE, echo=FALSE}

library(knitr)

# This makes sure the code is wrapped to fit when it creats a pdf

opts_chunk$set(tidy.opts=list(width.cutoff=60))

“`

$\\$

## Introduction

$\\$

## Results

$\\$

### Data wrangling: Change the subtitle here to describe what you are plotting etc.

$\\$

### Visualize the data: Change the subtitle here to describe what you are plotting etc.

“`{r message=FALSE, warning=FALSE, tidy=TRUE}

“`

$\\$

### Analyses: Sub-title about the analyses/models you are using

“`{r message=FALSE, warning=FALSE, tidy=TRUE}

“`

$\\$

## Conclusion

$\\$

## Reflection

$\\$

## Appendix