forked from iastat/isu-thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
54 lines (47 loc) · 945 Bytes
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
title: "Thesis title (not title case)"
author: "Your name"
site: bookdown::bookdown_site
output: bookdown::pdf_book
documentclass: isuthesis
fontsize: 11pt
bibliography: [resources/refs1.bib, resources/refs2.bib]
biblio-style: apa
url: 'http://your.website.com/thesis-repo-name'
github-repo: username/thesis-repo-name
dedicate: true
degree: DOCTOR OF PHILOSOPHY
level: doctoral
formal: dissertation
major: Statistics
mprof:
- Your Major Prof
member:
- Committee Member
- Committee Member
- Committee Member
- Committee Member
abstract: |
This is your abstract.
---
```{r setup, include=FALSE}
options(
dplyr.print_min = 6, dplyr.print_max = 6, width = 70,
digits = 3, htmltools.dir.version = FALSE
)
knitr::opts_chunk$set(
comment = "#>",
collapse = TRUE,
warning = FALSE,
message = FALSE,
cache = TRUE
)
```
# PROBLEM STATEMENT
State the problem.
# OVERVIEW
## Background info
1. You
2. can
3. use
4. lists